알고리즘 – 벨만-포드 (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) 11657번 ‘타임머신’ 문제에 대한 글입니다. Bellman–Ford 알고리즘을 적용하여 문제를 해결하였습니다. (This is an article about the ‘Time Machine’ problem in BAEKJOON No. 11657. We solved the problem by applying Bellman–Ford algorithm.)
백준 11657번 (타임머신, C++, Bellman–Ford) [BAEKJOON] 더 읽기"
백준(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) 5430번 ‘AC’ 문제에 대한 글입니다. 자료구조 ‘deque’을 이용하여 해결하였습니다. (This is an article about the ‘AC’ problem in BAEKJOON No. 5430. I solved it using the data structure ‘decque’.)
백준 5430번 (AC, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1389번 ‘케빈 베이컨의 6단계 법칙’ 문제에 대한 글입니다. BFS 탐색을 이용하여 문제를 해결하였습니다. (This article is about the problem of Kevin Bacon’s Six-Step Law, BAEKJOON No. 1389. BFS Search was used to resolve the issue.)
백준 1389번 (케빈 베이컨의 6단계 법칙, 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) 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] 더 읽기"