백준 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] 더 읽기"
벨만-포드 (Bellman–Ford Algorithm) 알고리즘을 정리한 내용의 글입니다. (This article summarizes Bellman-Ford algorithm.)
알고리즘 – 벨만-포드 (Bellman–Ford Algorithm) 알고리즘 정리 더 읽기"
백준(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] 더 읽기"
백준(BAEKJOON) 1504번 ‘특정한 최단 경로’에대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about BAEKJOON No. 1504 ‘Specific shortest path’. It was solved using Dijkstra algorithm.)
백준 1504번 (특정한 최단 경로, C++, Dijkstra) / 추가 반례 [BAEKJOON] 더 읽기"