알고리즘 – 벨만-포드 (Bellman–Ford Algorithm) 알고리즘 정리
벨만-포드 (Bellman–Ford Algorithm) 알고리즘을 정리한 내용의 글입니다. (This article summarizes Bellman-Ford algorithm.)
알고리즘 – 벨만-포드 (Bellman–Ford Algorithm) 알고리즘 정리 더 읽기"
벨만-포드 (Bellman–Ford Algorithm) 알고리즘을 정리한 내용의 글입니다. (This article summarizes Bellman-Ford algorithm.)
알고리즘 – 벨만-포드 (Bellman–Ford Algorithm) 알고리즘 정리 더 읽기"
백준(BAEKJOON) 16928번 ‘뱀과 사다리 게임’ 문제에 대한 글입니다.
‘BFS 탐색’을 이용하여 해결하였습니다. (This is an article on the question of ‘The Snake and the Ladder Game’ in BAEKJOON No. 16928.
Resolved using ‘BFS Search’.)
백준 16928번 (뱀과 사다리 게임, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 9375번 “패션왕 신해빈” 문제에 대한 글입니다. ‘unsorted map’ 자료구조를 이용하여 해결하였습니다. (This is an article on the issue of “Fashion King Shin Hae-bin” in BAEKJOON No. 9375 . We solved it using the ‘unsorted map’ data structure.)
백준 9375번 (패션왕 신해빈, 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] 더 읽기"
백준(BAEKJOON) 1780번 “종이의 개수” 문제에 대한 글입니다. 재귀를 이용한 “분할정복” 알고리즘을 이용하여 해결하였습니다. (This is an article on the issue of “Number of Paper” in BAEKJOON 1780. It was solved using a “divisional conquest” algorithm using recursive.)
백준 1780번 (종이의 개수, C++, DivideAndConquer) [BAEKJOON] 더 읽기"
백준 16236번 ‘아기 상어’ 문제에 대한 글입니다. ‘BFS 탐색’을 이용하여 해결하였습니다. (This is Baekjun 16236 about the ‘Baby Shark’ problem. Resolved using ‘BFS Search’.)
백준 16236번 (아기 상어, C++, Simulation) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1107번 ‘리모컨’ 문제에 대한 글입니다. ‘Brute Force’ 알고리즘을 이용하여 해결하였습니다.
(This is an article about the ‘remote control’ problem in BAEKJOON 1107. Solved using the ‘Brute Force’ algorithm.)
백준 1107번 (리모컨, C++, Brute Force) / 추가 반례 [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11403번 ‘경로 찾기’ 문제에 대한 글입니다. 재귀 방식을 이용하여 해결하였습니다. (This is an article about the ‘finding route’ problem in BAEKJOON 11403. It was resolved using a recursive method.)
백준 11403번 (경로 찾기, C++) [BAEKJOON] 더 읽기"