백준 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] 더 읽기"
백준 11899번 ‘괄호 끼워넣기’ 문제에 대한 글입니다. (This article is about the problem of ‘insert parentheses’ in Baekjoon Number 11899.)
백준 11899번 (괄호 끼워넣기, 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] 더 읽기"