백준 16236번 (아기 상어, C++, Simulation) [BAEKJOON]
백준 16236번 ‘아기 상어’ 문제에 대한 글입니다. ‘BFS 탐색’을 이용하여 해결하였습니다. (This is Baekjun 16236 about the ‘Baby Shark’ problem. Resolved using ‘BFS Search’.)
백준 16236번 (아기 상어, C++, Simulation) [BAEKJOON] 더 읽기"
백준 16236번 ‘아기 상어’ 문제에 대한 글입니다. ‘BFS 탐색’을 이용하여 해결하였습니다. (This is Baekjun 16236 about the ‘Baby Shark’ problem. Resolved using ‘BFS Search’.)
백준 16236번 (아기 상어, C++, Simulation) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1107번 ‘리모컨’ 문제에 대한 글입니다. ‘Brute Force’ 알고리즘을 이용하여 해결하였습니다.
(This is an article about the ‘remote control’ problem in BAEKJOON 1107. Solved using the ‘Brute Force’ algorithm.)
백준 1107번 (리모컨, C++, Brute Force) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11403번 ‘경로 찾기’ 문제에 대한 글입니다. 재귀 방식을 이용하여 해결하였습니다. (This is an article about the ‘finding route’ problem in BAEKJOON 11403. It was resolved using a recursive method.)
백준 11403번 (경로 찾기, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 7569번 ‘토마토’ 문제에 대한 글입니다. ‘BFS Search’ 을 사용하여 해결하였습니다. (This is an article about the ‘Tomato’ problem in BAEKJOON 7569. Resolved using ‘BFS Search’.)
백준 7569번 (토마토, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10026번 ‘적록색약’ 문제에 대한 글입니다. BFS Search을 이용하여 해결하였습니다. (This is an article on the issue of ‘red medicine’ in BAEKJOON No. 10026. I solved it using BFS Search.)
백준 10026번 (적록색약, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1541번 ‘잃어버린 괄호’ 문제에 대한 글입니다. (This is an article on the question of ‘Lost Parentheses’ in BAEKJOON No. 1541.)
백준 1541번 (잃어버린 괄호, C++) [BAEKJOON] 더 읽기"
백준 23810번 ‘골뱅이 찍기 – 뒤집힌 ㅋ’ 문제에 대한 글입니다. (This is Baekjun number 23810 article about the problem.)
백준 23810번 (골뱅이 찍기 – 뒤집힌 ㅋ, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1074번 “Z” 문제에 대한 글입니다. ‘DivideAndConquer’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the “Z” problem in BAEKJOON 1074. Solved using ‘DivideAndConquer’ algorithm.)
백준 1074번 (Z, C++, DivideAndConquer) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2630번 ‘색종이 만들기’ 문제에 대한 글입니다. ‘분할 정복’ 알고리즘을 사용하여 해결하였습니다. (This is an article about the ‘making colored paper’ problem in BAEKJOON 2630. Solved using the ‘division conquest’ algorithm.)
백준 2630번 (색종이 만들기, C++, DivideAndConquer) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1620번 ‘나는야 포켓몬 마스터 이다솜’ 문제에 대한 글입니다. ‘array’과 ‘unordered_map’ 자료 구조를 이용하여 해결하였습니다. (This is an article about the issue of BAEKJOON No. 1620 I am Pokemon Master Lee Da-som. We solved it using the data structure of ‘array’ and ‘unordered_map’.)
백준 1620번 (나는야 포켓몬 마스터 이다솜, C++) [BAEKJOON] 더 읽기"