백준 1240번 (노드사이의 거리, C++) [BAEKJOON]
백준 온라인 문제 1240번 문제에 대한 글입니다.
DFS 재귀 함수를 사용하여 해결하였습니다. (This is about question 1240 of Baekjun Online Problem.
Resolved using the DFS recursive function.)
백준 1240번 (노드사이의 거리, C++) [BAEKJOON] 더 읽기"
백준 온라인 문제 1240번 문제에 대한 글입니다.
DFS 재귀 함수를 사용하여 해결하였습니다. (This is about question 1240 of Baekjun Online Problem.
Resolved using the DFS recursive function.)
백준 1240번 (노드사이의 거리, C++) [BAEKJOON] 더 읽기"
백준 2146번 ‘다리 만들기’ 문제에 대한 글입니다. BFS를 이용하여 섬을 구분해준 이후에 다시 BFS로 섬간의 최단 거리를 구하여 문제를 해결하였습니다. (This is about the issue of ‘Building a Bridge’ BaekJoon No. 2146. After classifying the islands using BFS, we solved the problem by finding the shortest distance between the islands again with BFS.)
백준 2146번 (다리 만들기, C++) [BAEKJOON] 더 읽기"
백준 2042번 ‘구간 합 구하기’ 문제에 대한 글입니다. ‘세그먼트 트리(Segment Tree)’ 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 2042 ‘Summing the intervals’ problem. It was solved using the ‘Segment Tree’ algorithm.)
백준 2042번 (구간 합 구하기, C++) [BAEKJOON] 더 읽기"
백준 2636번 ‘치즈’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다.(This article is about the question of “Cheese” in Baekjoon Number 2636. It was solved using the BFS algorithm.)
백준 2636번 (치즈, C++) [BAEKJOON] 더 읽기"
백준 2573번 ‘빙산’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about the issue of “ice mountain” in Baekjoon Number 2573. It was solved using the BFS algorithm.)
백준 2573번 (빙산, C++) [BAEKJOON] 더 읽기"
백준 온라인 저지 5639번 문제 ‘이진 검색 트리’ 에 대한 글입니다. 단순한 재귀를 이용하여 해결하였습니다. (Baekjoon Online Judge Number 5639 This article is about the binary search tree. It was solved using simple recursion.)
백준 5639번 (이진 검색 트리, C++) [BAEKJOON] 더 읽기"
백준 1967번 ‘트리의 지름’ 문제에 대한 글입니다. DFS 탐색 알고리즘을 이용하여 해결하였습니다. (This article is about the problem of Baekjoon Number 1967 ‘Diameter of the Tree’. It was solved using the DFS search algorithm.)
백준 1967번 (트리의 지름, C++) [BAEKJOON] 더 읽기"
백준 1167번 ‘트리의 지름’ 문제에 대한 글입니다. DFS를 이용하여 문제를 해결하였습니다. (This article is about Baekjoon Number 1167 ‘Diameter of the Tree’. I solved the problem using ‘DFS’)
백준 1167번 (트리의 지름, C++) [BAEKJOON] 더 읽기"
백준 1034번 ‘램프’ 문제에 대한 글입니다. (This article is about the problem of ‘Lamp’ in Baekjoon Number 1034)
백준 1034번 (램프, C++) [BAEKJOON] 더 읽기"