백준 9095번 (1, 2, 3 더하기, C++, DP) [BAEKJOON]
백준(BAEKJOON) 9095번 ‘1, 2, 3 더하기’ 문제에 대한 글입니다. DP 를 이용하여 해결하였습니다.
백준 9095번 (1, 2, 3 더하기, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 9095번 ‘1, 2, 3 더하기’ 문제에 대한 글입니다. DP 를 이용하여 해결하였습니다.
백준 9095번 (1, 2, 3 더하기, C++, DP) [BAEKJOON] 더 읽기"
백준 2839번 ‘설탕 배달’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 사용하여 해결하였습니다. (This is an article on the issue of ‘sugar delivery’ in Baekjun 2839. Resolved using ‘DP’ algorithm.)
백준 2839번 (설탕 배달, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 15829번 “Hashing” 에 대한 글입니다. (This is an article about “Hashing” by BAEKJOON No. 15829)
백준 15829번 (Hashing, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11052번 ‘카드 구매하기’에 대한 글입니다. (This is an article about ‘buying a card’ in BAEKJOON No. 11052.)
백준 11052번 (카드 구매하기, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10872번 “팩토리얼” 문제에 대한 글입니다. (This is an article about the “factorial” problem in BAEKJOON No. 10872.)
백준 10872번 (팩토리얼 , C++) [BAEKJOON] 더 읽기"
백준 2294번 ‘동전 2’ 문제에 대한 글입니다. ‘DP 알고리즘’을 사용하여 해결하였습니다. (This is an article on the question of ‘Coin 2’ in Baekjun 2294. Resolved using ‘DP algorithm’.)
백준 2294번 (동전 2, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11726번 ‘2×n 타일링’에 대한 풀이 글입니다. DP를 사용하여 해결하였습니다. ( This is an essay on BAEKJOON No. 11726 ‘2×n Tiling’. Resolved using DP.)
백준 11726번 (2×n 타일링, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2193번 ‘이친수’ 문제에 대한 글입니다. DynamicProgramming을 이용하여 해결하였습니다. (This is an article on the issue of ‘pinary number’ in BAEKJOON No. 2193. It was solved using Dynamic Programming.)
백준 2193번 (이친수, C++, DP) [BAEKJOON] 더 읽기"
알고리즘 중 하나인 ‘Dynamic Programming[DP]’에 대한 간단한 설명의 글입니다. / ‘피보나치 수열’을 예시로 들어 이론을 설명합니다. (This is a brief description of one of the algorithms, ‘Dynamic Programming [DP] / Use the Fibonacci sequence as an example to illustrate the theory.)
알고리즘 – Dynamic Programming [DP] (다이나믹 프로그래밍 / 동적 계획법) 더 읽기"
백준(BAEKJOON) 12865번 ‘평범한 배낭’ 문제에 대한 글입니다. ‘DP’ 를 사용해서 문제를 해결하였습니다. (This is an article on the ‘ordinary backpack’ problem in BAEKJOON No. 12865. Problem solved using ‘DP’.)
백준 12865번 (평범한 배낭, C++, DP) [BAEKJOON] 더 읽기"