백준 2294번 (동전 2, C++, DP) [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] 더 읽기"
백준 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) 26005번 ‘나뭇잎 학회’에 대한 글입니다. (This is an article about BAEKJOON No. 26005 ‘Leaf Society’.)
백준 26005번 (나뭇잎 학회, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 26004번 ‘HI-ARC’ 문제에 대한 글입니다. (This is an article about the ‘HI-ARC’ problem in BAEKJOON 26004.)
백준 26004번 (HI-ARC, C++) [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] 더 읽기"
백준(BAEKJOON) 12865번 ‘평범한 배낭’ 문제에 대한 글입니다. ‘DP’ 를 사용해서 문제를 해결하였습니다. (This is an article on the ‘ordinary backpack’ problem in BAEKJOON No. 12865. Problem solved using ‘DP’.)
백준 12865번 (평범한 배낭, C++, DP) [BAEKJOON] 더 읽기"
백준 2775번 “부녀회장이 될테야” 문제에 대한 글입니다. DP 알고리즘을 이용하여 해결하였습니다. (This is an article on the question of “I will be the president of the women’s association” in Baekjun 2775. It was solved using DP algorithm.)
백준 2775번 (부녀회장이 될테야, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 17202번 문제에 대한 글입니다. (This is an article on question 17202 of BAEKJOON.)
백준 17202번 (핸드폰 번호 궁합, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10844번 쉬운 계단 수 문제에 대한 글입니다. DP를 사용하였습니다. (This is an article about the easy number of stairs in BAEKJOON 10844. DP has been used.)
백준 10844번 (쉬운 계단 수, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11051번 이항 계수 2 문제에 대한 글입니다. 다이나믹 프로그래밍을 사용했습니다. (This article is about BAEKJOON 11051 binomial coefficient 2. Dynamic programming was used.)
백준 11051번 (이항 계수 2, C++, DP) [BAEKJOON] 더 읽기"