백준 2583번 (영역 구하기, C++) [BAEKJOON]
백준 2583번 ‘영역 구하기’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 2583 ‘Saving Areas’. It was solved using the BFS algorithm.)
백준 2583번 ‘영역 구하기’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 2583 ‘Saving Areas’. It was solved using the BFS algorithm.)
백준 2636번 ‘치즈’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다.(This article is about the question of “Cheese” in Baekjoon Number 2636. It was solved using the BFS algorithm.)
백준 2573번 ‘빙산’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about the issue of “ice mountain” in Baekjoon Number 2573. It was solved using the BFS algorithm.)
백준 온라인 저지 5639번 문제 ‘이진 검색 트리’ 에 대한 글입니다. 단순한 재귀를 이용하여 해결하였습니다. (Baekjoon Online Judge Number 5639 This article is about the binary search tree. It was solved using simple recursion.)
백준 1967번 ‘트리의 지름’ 문제에 대한 글입니다. DFS 탐색 알고리즘을 이용하여 해결하였습니다. (This article is about the problem of Baekjoon Number 1967 ‘Diameter of the Tree’. It was solved using the DFS search algorithm.)
나이트의 이동 https://www.acmicpc.net/problem/7562 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 256 MB 52423 27213 20242 50.811% 문제 체스판 위에 한 나이트가 놓여져 있다. 나이트가 한 번에 이동할 수 있는 칸은 아래 그림에 나와있다. 나이트가 이동하려고 하는 칸이 주어진다. 나이트는 몇 번 움직이면 이 칸으로 이동할 수 있을까? 입력 입력의 첫째 …
백준 1167번 ‘트리의 지름’ 문제에 대한 글입니다. DFS를 이용하여 문제를 해결하였습니다. (This article is about Baekjoon Number 1167 ‘Diameter of the Tree’. I solved the problem using ‘DFS’)
백준 9376번 ‘탈옥’ 문제에 대한 글입니다. priority_queue와 BFS 탐색을 이용하여 해결하였습니다. (This article is about Baekjoon Number 9376 ‘exile’ problem. Resolved using priority_queue and BFS.)
백준 14442번 ‘벽 부수고 이동하기 2’ 문제에 대한 글입니다. ‘BFS 탐색을 이용하여 해결하였습니다.’ (This article is about Baekjoon 14442 ‘Breaking Walls and Moving 2’. ‘Solved using BFS.’)
백준 2251번 ‘물통’ 문제에 대한 블로그 글입니다. (This is a blog post about the problem of ‘water bottle’ in Baekjoon Number 2251.)