백준 11899번 (괄호 끼워넣기, C++) [BAEKJOON]
백준 11899번 ‘괄호 끼워넣기’ 문제에 대한 글입니다. (This article is about the problem of ‘insert parentheses’ in Baekjoon Number 11899.)
백준 11899번 (괄호 끼워넣기, 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] 더 읽기"
백준 16197번 ‘두 동전’ 문제에 대한 글입니다. BFS 탐색을 이용하여 해결하였습니다. (This article is about BaekJoon Number 16197 “two coins” problem.
It was solved using BFS.)
백준 16197번 (두 동전, C++) [BAEKJOON] 더 읽기"
백준 9376번 ‘탈옥’ 문제에 대한 글입니다. priority_queue와 BFS 탐색을 이용하여 해결하였습니다. (This article is about Baekjoon Number 9376 ‘exile’ problem. Resolved using priority_queue and BFS.)
백준 9376번 (탈옥, C++) [BAEKJOON] 더 읽기"