백준 1003번 (피보나치 함수, C++, DP) [BAEKJOON]
백준(BAEKJOON) 1003번 ‘피보나치 함수’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘Fibonacci function’ problem in BAEKJOON No. 1003. Solved using ‘DP’ algorithm.)
백준(BAEKJOON) 1003번 ‘피보나치 함수’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘Fibonacci function’ problem in BAEKJOON No. 1003. Solved using ‘DP’ algorithm.)
백준(BAEKJOON) 11726번 ‘2×n 타일링’에 대한 풀이 글입니다. DP를 사용하여 해결하였습니다. ( This is an essay on BAEKJOON No. 11726 ‘2×n Tiling’. Resolved using DP.)
백준(BAEKJOON) 9471번 피사노 주기 문제를 풀이한 내용의 글입니다. (This is an article that solves the Pisano cycle problem of BAEKJOON No. 9471.)
백준(BAEKJOON) 2749번 피보나치 수 3를 풀이한 내용의 글입니다. 해당 문제를 해결하기 위해 모듈러 산술 및 피사노의 주기 개념에 대해서도 간단하게 설명합니다. (This is an article that solves the Fibonacci number 3 of BAEKJOON 2749. To address this problem, we also briefly discuss the concepts of modular arithmetic and Pisano’s cycle.)
백준(BAEKJOON) 10826번 피보나치 수 4 문제를 풀이한 내용의 글입니다. DP 그리고 string을 이용하여 더하는 방법을 사용하였습니다. (This is an article that solves the Fibonacci number 4 problem of BAEKJOON 10826. DP and string were used to add.)
백준(BAEKJOON) 2748번 피보나치 수를 풀이한 내용의 글입니다. (This is an article that solves the number of Fibonacci in BAEKJOON 2748.)
백준(BAEKJOON) 24416번 문제를 풀이한 내용의 글입니다. (This is an article that solves question 24416 of BAEKJOON.)