Programmers 121690 4번 보물 지도 [PCCP 모의고사 2회]
programmers 121690번 ‘보물 지도’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the problem of ‘Treasure Map’ in programmers 121690. It was solved using BFS Search.) [PCCP]
programmers 121690번 ‘보물 지도’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the problem of ‘Treasure Map’ in programmers 121690. It was solved using BFS Search.) [PCCP]
Programmers 92342번 ‘양궁대회’ 문제에 대한 글입니다. 재귀를 이용한 완전 탐색으로 해결하였습니다. (This article is about the issue of ‘Archery Competition’ in Programmers 92342. It was solved by a complete search using recursive. [2022 KAKAO BLIND RECRUITMENT]) [2022 KAKAO BLIND RECRUITMENT]
Programmers 92343번 ‘양과 늑대’ 문제에 대한 글입니다. DFS를 통한 완전 탐색을 이용하여 문제를 해결하였습니다. (This article is about the issue of “Sheep and Wolf” in Programmers Number 92343. We solved the problem by using full search through DFS.)
[2022 KAKAO BLIND RECRUITMENT]
Programmers 72410번 ‘신규 아이디 추천’ 문제에 대한 글입니다. (This article is about the ‘New ID Recommendation’ problem in Programmers Number 72410) [2021 KAKAO BLIND RECRUITMENT]
Programmers 72414번 ‘광고 삽입’ 문제에 대한 글입니다. (This article is about the ‘insert advertisement’ problem in Programmers Number 72414.) [2021 KAKAO BLIND RECRUITMENT]
Programmers 72412 ‘순위 검색’ 문제에 대한 글입니다. (This article is about Programmers 72412 ‘Ranking Search’ problem.) [2021 KAKAO BLIND RECRUITMENT]
Programmers 60057번 ‘문자열 압축’ 문제에 대한 글입니다. (This article is about the ‘string compression’ problem in Programmers 60057. [2020 KAKAO BLIND RECRUITMENT])
Programmers 60063번 ‘블록 이동하기’ 문제에 대한 글입니다. BFS 탐색 및 브루트포스 알고리즘을 이용하여 해결하였습니다. This article is about Programmers 60063 ‘Move Block’ It was solved using the BFS search and Bruteforce algorithm. [2020 KAKAO BLIND RECRUITMENT]
Programmers 42892번 ‘길 찾기 게임’ 문제에 대한 글입니다. [2019 KAKAO BLIND RECRUITMENT] (This article is about the problem of ‘Roading Game’ in Programmers 42892)
Programmers 42893번 ‘매칭 점수’ 문제에 대한 글입니다. (This article is about the problem of ‘Matching Score’ in Programmers 42893. ) [2019 KAKAO BLIND RECRUITMENT]