백준 1167번 (트리의 지름, C++) [BAEKJOON]
백준 1167번 ‘트리의 지름’ 문제에 대한 글입니다. DFS를 이용하여 문제를 해결하였습니다. (This article is about Baekjoon Number 1167 ‘Diameter of the Tree’. I solved the problem using ‘DFS’)
백준 1167번 (트리의 지름, 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] 더 읽기"
비숍 https://www.acmicpc.net/problem/1799 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 10 초 128 MB 22527 5606 3885 24.324% 문제 서양 장기인 체스에는 대각선 방향으로 움직일 수 있는 비숍(bishop)이 있다. < 그림 1 >과 같은 정사각형 체스판 위에 B라고 표시된 곳에 비숍이 있을 때 비숍은 대각선 방향으로 움직여 O로 표시된 칸에 있는 다른 말을
백준 1799번 (비숍, C++) [BAEKJOON] 더 읽기"
백준 28281번 ‘선물’ 문제에 대한 글입니다. 단순한 구현 문제 입니다. (This article is about Baekjoon Number 28281 ‘Gift’ problem. It’s a simple implementation problem.)
백준 28281번 (선물, C++) [BAEKJOON] 더 읽기"
백준 13398번 ‘연속합 2’ 문제에 대한 글입니다. 다이나믹 프로그래밍을 이용하여 해결하였습니다. (This article is about Baek Joon Number 13398 ‘Continuous Combination 2’ It was solved using dynamic programming.)
백준 13398번 (연속합 2, C++) [BAEKJOON] 더 읽기"
백준 2225번 ‘합분해’ 문제에 대한 글입니다. 다이나믹 프로그래밍을 이용하여 해결하였습니다. (This article is about the problem of ‘Sum Decomposition’ in Baekjoon Number 2225. It was solved using dynamic programming.)
백준 2225번 (합분해, C++) [BAEKJOON] 더 읽기"
백준 4811번 ‘ 알약 ‘ 문제에 대한 글입니다. 다이나믹 프로그래밍을 이용하여 해결하였습니다. (This is an article about the ‘pill’ problem of Baekjoon Number 4811. It was solved using dynamic programming.)
백준 4811번 (알약, C++) [BAEKJOON] 더 읽기"