백준 7576번 (토마토, C++, BFS) [BAEKJOON]
백준(BAEKJOON) 7576번 ‘토마토’ 문제에대한 글입니다. ‘BFS’를 이용하여 해결하였습니다. (This is an article about the “Tomato” problem in BAEKJOON No. 7576. I solved it using ‘BFS’.)
백준 7576번 (토마토, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 7576번 ‘토마토’ 문제에대한 글입니다. ‘BFS’를 이용하여 해결하였습니다. (This is an article about the “Tomato” problem in BAEKJOON No. 7576. I solved it using ‘BFS’.)
백준 7576번 (토마토, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11399번 ‘ATM’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘ATM’ problem in BAEKJOON No. 11399. Solved using ‘DP’ algorithm.)
백준 11399번 (ATM, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2579번 ‘계단 오르기’ 문제에 대한 글입니다. ‘DP’를 이용하여 해결하였습니다. (This is BAEKJOON’s article on the question of ‘climbing stairs’ No. 2579. Resolved using ‘DP’.)
백준 2579번 (계단 오르기, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2606번 ‘바이러스’ 문제에 대한 글입니다. ‘BFS’ 를 사용하여 해결하였습니다. (This is an article about the ‘virus’ problem in BAEKJOON 2606. Resolved using ‘BFS’.)
백준 2606번 (바이러스, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 9461번 ‘파도반 수열’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 이용하여 해결하였습니다. (This article is about the ‘wave plate sequence’ problem in BAEKJOON No. 9461. Solved using ‘DP’ algorithm.)
백준 9461번 (파도반 수열, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2178번 ‘미로 탐색’ 문제에 대한 글입니다. ‘BFS’를 이용하여 해결하였습니다. (This is an article on the question of ‘Maze Search’ in BAEKJOON No. 2178. I solved it using ‘BFS’.)
백준 2178번 (미로 탐색, C++, BFS) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11047번 ‘동전 0’ 문제에 대한 글입니다.
‘그리디 알고리즘’을 사용하여 해결하였습니다.(This is an article about the ‘Coin 0’ problem in BAEKJOON No. 11047.
Resolved using ‘Gridy Algorithm’.)
백준 11047번 (동전 0, C++, Greedy) [BAEKJOON] 더 읽기"
빅오 표기법(Big-O Notation)을 정리한 글입니다.
알고리즘 – 빅오 표기법(Big-O Notation) 정리 더 읽기"
백준(BAEKJOON) 1003번 ‘피보나치 함수’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘Fibonacci function’ problem in BAEKJOON No. 1003. Solved using ‘DP’ algorithm.)
백준 1003번 (피보나치 함수, C++, DP) [BAEKJOON] 더 읽기"
알고리즘을 공부하면서 공부한 내용을 정리한 글입니다. (This is an article that summarizes what you studied while studying algorithms.)