백준 2636번 (치즈, 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] 더 읽기"
백준 2636번 ‘치즈’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다.(This article is about the question of “Cheese” in Baekjoon Number 2636. It was solved using the BFS algorithm.)
백준 2636번 (치즈, 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] 더 읽기"
백준 11899번 ‘괄호 끼워넣기’ 문제에 대한 글입니다. (This article is about the problem of ‘insert parentheses’ in Baekjoon Number 11899.)
백준 11899번 (괄호 끼워넣기, 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] 더 읽기"
백준 11053번 ‘가장 긴 증가하는 부분 수열’ 문제에 대한 글입니다. DP 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 11053 “Longest Increasing Partial Sequence” problem. It was solved using DP algorithm.)
백준 11053번 (가장 긴 증가하는 부분 수열, C++) [BAEKJOON] 더 읽기"
백준 9465번 ‘스티커’ 문제에 대한 글입니다. DP 알고리즘을 이용하여 해결하였습니다. (This is an article about BaekJoon Number 9465, the “sticker” problem. It was solved using DP algorithm.)
백준 9465번 (스티커, C++) [BAEKJOON] 더 읽기"
백준 7562번 ‘나이트의 이동’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 7562 “Movement of the Night”. It was solved using the BFS algorithm.)
백준 7562번 (나이트의 이동, 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] 더 읽기"
백준 12924번 ‘멋진 쌍’ 문제에 대한 글입니다. ‘브루트포스’ 알고리즘을 이용하여 문제를 해결하였습니다. (This article is about Baekjoon Number 12924 “Cool Pair” problem. We solved the problem using the ‘Brute Force’ algorithm.)
백준 12924번 (멋진 쌍, C++) [BAEKJOON] 더 읽기"