백준 5427번 (불, C++) [BAEKJOON]
백준 5427번 ‘불’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the issue of “fire” in BaekJoon Number 5427. It was solved using BFS Search.)
백준 5427번 (불, C++) [BAEKJOON] 더 읽기"
백준 5427번 ‘불’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about the issue of “fire” in BaekJoon Number 5427. It was solved using BFS Search.)
백준 5427번 (불, C++) [BAEKJOON] 더 읽기"
백준 2161번 ‘카드1’ 문제에 대한 글입니다. Queue를 이용한 구현문제입니다. (This is an article about the question of “Card 1” in Baekjoon Number 2161.
It is an implementation problem using Queue.)
백준 2161번 (카드1, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11286번 ‘절댓값 힙’ 문제에 대한 글입니다. 자료구조 ‘priority queue’ 를 사용하여 해결하였습니다. (This is an article about the ‘absolute value hip’ problem in BAEKJOON No. 11286. We solved it using the data structure ‘Priority Queue’.)
백준 11286번 (절댓값 힙, 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] 더 읽기"
백준 16236번 ‘아기 상어’ 문제에 대한 글입니다. ‘BFS 탐색’을 이용하여 해결하였습니다. (This is Baekjun 16236 about the ‘Baby Shark’ problem. Resolved using ‘BFS Search’.)
백준 16236번 (아기 상어, C++, Simulation) [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) 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] 더 읽기"