백준 7569번 (토마토, C++, BFS) [BAEKJOON]
백준(BAEKJOON) 7569번 ‘토마토’ 문제에 대한 글입니다. ‘BFS Search’ 을 사용하여 해결하였습니다. (This is an article about the ‘Tomato’ problem in BAEKJOON 7569. Resolved using ‘BFS Search’.)
백준 7569번 (토마토, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 7569번 ‘토마토’ 문제에 대한 글입니다. ‘BFS Search’ 을 사용하여 해결하였습니다. (This is an article about the ‘Tomato’ problem in BAEKJOON 7569. Resolved using ‘BFS Search’.)
백준 7569번 (토마토, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10026번 ‘적록색약’ 문제에 대한 글입니다. BFS Search을 이용하여 해결하였습니다. (This is an article on the issue of ‘red medicine’ in BAEKJOON No. 10026. I solved it using BFS Search.)
백준 10026번 (적록색약, C++, BFS) [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) 18500번 ‘미네랄 2’ 문제에 대한 글입니다. ‘그래프 Search’을 이용하여 해결하였습니다.
추가적인 테스트 케이스를 제시합니다. (This is BAEKJOON’s 18500 article on the ‘Mineral 2’ problem. I solved it using ‘Graph Search’.
Present additional test cases.)
백준 18500번 (미네랄 2, C++, Simulation) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2933번 ‘미네랄’ 문제에 대한 글입니다. ‘그래프 Search’을 이용하여 해결하였습니다.
추가적인 테스트 케이스를 제시합니다. (This is BAEKJOON’s 2933 article on the ‘Mineral’ problem. I solved it using ‘Graph Search’.
Present additional test cases.)
백준 2933번 (미네랄, C++, Simulation) / 추가 반례 [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] 더 읽기"
백준(BAEKJOON) 1238번 ‘파티’ 문제에 대한 글입니다. Dijkstra 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘party’ problem in BAEKJOON 1238. It was solved using Dijkstra algorithm.)
백준 1238번 (파티, C++, Dijkstra) [BAEKJOON] 더 읽기"