백준 1613번 (역사, C++, Floyd-Warshall) [BAEKJOON]
백준(BAEKJOON) 1613번 ‘역사’ 문제에 대한 글입니다. Floyd-Warshall 알고리즘을 이용하여 해결하였습니다. (This is BAEKJOON’s 1613 ‘History’ issue. It was solved using the Floyd-Warshall algorithm.)
백준(BAEKJOON) 1613번 ‘역사’ 문제에 대한 글입니다. Floyd-Warshall 알고리즘을 이용하여 해결하였습니다. (This is BAEKJOON’s 1613 ‘History’ issue. It was solved using the Floyd-Warshall algorithm.)
백준(BAEKJOON) 1507번 ‘궁금한 민호’ 문제에 대한 글입니다. ‘Floyd-Warshall’ 알고리즘을 이용하여 해결하였습니다. (This is BAEKJOON’s 1507 “Curious Minho” question. Solved using the ‘Floyd-Warshall’ algorithm.)
백준(BAEKJOON) 11562번 ‘백양로 브레이크’ 문제에 대한 글입니다. ‘Floyd-Warshall’ 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of Baekyang-ro Brake, BAEKJOON No. 11562. Solved using the ‘Floyd-Warshall’ algorithm.)
백준(BAEKJOON) 5719번 “거의 최단 경로” 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This article is about the “near shortest path” problem in BAEKJOON No. 5719. It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 10217번 ‘KCM Travel’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘KCM Travel’ problem in BAEKJOON 10217. It was solved using Dijkstra algorithm.)
백준 1162번(BAEKJOON) ‘도로포장’ 문제에 대한 글입니다. ‘Dijkstra’ 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of ‘road pavement’ by BAEKJOON. Solved using ‘Dijkstra’ algorithm.)
백준(BAEKJOON) 1074번 “Z” 문제에 대한 글입니다. ‘DivideAndConquer’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the “Z” problem in BAEKJOON 1074. Solved using ‘DivideAndConquer’ algorithm.)
백준(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’.)
백준(BAEKJOON) 16681번 ‘등산’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘climbing’ problem in BAEKJOON No. 16681. It was solved using Dijkstra algorithm.)
백준(BAEKJOON) 18500번 ‘미네랄 2’ 문제에 대한 글입니다. ‘그래프 Search’을 이용하여 해결하였습니다.
추가적인 테스트 케이스를 제시합니다. (This is BAEKJOON’s 18500 article on the ‘Mineral 2’ problem. I solved it using ‘Graph Search’.
Present additional test cases.)