백준 1162번 (도로포장, C++, Dijkstra) / 추가 반례 [BAEKJOON]
백준 1162번(BAEKJOON) ‘도로포장’ 문제에 대한 글입니다. ‘Dijkstra’ 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of ‘road pavement’ by BAEKJOON. Solved using ‘Dijkstra’ algorithm.)
백준 1162번(BAEKJOON) ‘도로포장’ 문제에 대한 글입니다. ‘Dijkstra’ 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of ‘road pavement’ by BAEKJOON. Solved using ‘Dijkstra’ algorithm.)
백준(BAEKJOON) 16681번 ‘등산’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘climbing’ problem in BAEKJOON No. 16681. It was solved using Dijkstra algorithm.)
백준(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’.)
백준(BAEKJOON) 1753번 ‘최단경로’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘shortest route’ problem in BAEKJOON No. 1753. It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 1504번 ‘특정한 최단 경로’에대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about BAEKJOON No. 1504 ‘Specific shortest path’. It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 1238번 ‘파티’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘party’ problem in BAEKJOON 1238. It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 1261번 ‘알고스팟’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘Algospot’ problem in BAEKJOON No. 1261. It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 4485번 “녹색 옷 입은 애가 젤다지?” 문제에 대한 글입니다.
Dijkstra 알고리즘을 이용하여 해결하였습니다. (BAEKJOON No. 4485 “The one in green is Zelda, right?” This is an article about the problem.
It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 1446번 ‘지름길’ 문제에 대한 글입니다. ‘Dijkstra’ 알고리즘을 이용하여 해결하였습니다. (백준(BAEKJOON) 1446번 ‘지름길’ 문제에 대한 글입니다. ‘Dijkstra’ 알고리즘을 이용하여 해결하였습니다. (BAEKJOON 1446 This is about the ‘shortcut’ problem, solved using the ‘Dijkstra’ algorithm.))