백준 9376번 (탈옥, C++) [BAEKJOON]
백준 9376번 ‘탈옥’ 문제에 대한 글입니다. priority_queue와 BFS 탐색을 이용하여 해결하였습니다. (This article is about Baekjoon Number 9376 ‘exile’ problem. Resolved using priority_queue and BFS.)
백준 9376번 (탈옥, C++) [BAEKJOON] 더 읽기"
백준 9376번 ‘탈옥’ 문제에 대한 글입니다. priority_queue와 BFS 탐색을 이용하여 해결하였습니다. (This article is about Baekjoon Number 9376 ‘exile’ problem. Resolved using priority_queue and BFS.)
백준 9376번 (탈옥, C++) [BAEKJOON] 더 읽기"
백준 2665번 ‘미로만들기’ 문제에 대한 글입니다. ‘BFS 탐색’ 이용하여 문제를 해결하였습니다. (This article is about Baekjun #2665 ‘Maze making’ problem. I solved the problem using ‘BFS’.)
백준 2665번 (미로만들기, C++) [BAEKJOON] 더 읽기"
백준 13549번 ‘숨바꼭질 3’ 문제에 대한 글입니다. deque을 이용한 BFS 탐색으로 해결하였습니다. (This article is about the question of “Hide and Seek 3” in Baekjoon Number 13549. It was solved by BFS search using deque.)
백준 13549번 (숨바꼭질 3, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 5719번 “거의 최단 경로” 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This article is about the “near shortest path” problem in BAEKJOON No. 5719. It was solved using Dijkstra algorithm.)
백준 5719번 (거의 최단 경로, C++, Dijkstra) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10217번 ‘KCM Travel’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘KCM Travel’ problem in BAEKJOON 10217. It was solved using Dijkstra algorithm.)
백준 10217번 (KCM Travel, C++, Dijkstra) [BAEKJOON] 더 읽기"
백준 1162번(BAEKJOON) ‘도로포장’ 문제에 대한 글입니다. ‘Dijkstra’ 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of ‘road pavement’ by BAEKJOON. Solved using ‘Dijkstra’ algorithm.)
백준 1162번 (도로포장, C++, Dijkstra) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 16681번 ‘등산’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘climbing’ problem in BAEKJOON No. 16681. It was solved using Dijkstra algorithm.)
백준 16681번 (등산, C++, Dijkstra) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2211번 ‘네트워크 복구’ 문제에 대한 글입니다. Dijkstra 알고리즘과 자료구조 ‘map’ 을 이용하여 해결하였습니다. (This is an article on the ‘Network Recovery’ problem in BAEKJOON No. 2211. It was solved using Dijkstra algorithm and data structure ‘map’.)
백준 2211번 (네트워크 복구, C++, Dijkstra) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1916번 ‘최소비용 구하기’에대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is BAEKJOON’s 1916 article about “Getting the Minimum Cost”. It was solved using Dijkstra algorithm.)
백준 1916번 (최소비용 구하기, C++, Dijkstra) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1753번 ‘최단경로’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘shortest route’ problem in BAEKJOON No. 1753. It was solved using Dijkstra algorithm.)
백준 1753번 (최단경로, C++, Dijkstra) [BAEKJOON] 더 읽기"