백준 2468번 (안전 영역, C++) [BAEKJOON]
백준 2468번 ‘안전 영역’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 2468 ‘safety area’ problem. It was solved using the BFS algorithm.)
백준 2468번 (안전 영역, C++) [BAEKJOON] 더 읽기"
백준 2468번 ‘안전 영역’ 문제에 대한 글입니다. BFS 알고리즘을 이용하여 해결하였습니다. (This article is about Baekjoon Number 2468 ‘safety area’ problem. It was solved using the BFS algorithm.)
백준 2468번 (안전 영역, C++) [BAEKJOON] 더 읽기"
백준 2343번 ‘기타 레슨’ 문제에 대한 글입니다. ‘이분 탐색’ 알고리즘을 이용하여 해결하였습니다. (This is an article about Baekjoon Number 2343 ‘Guitar Lesson’ problem. It was solved using the ‘Binary Search’ algorithm.)
백준 2343번 (기타 레슨, 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] 더 읽기"
백준 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] 더 읽기"