백준 9471번 (피사노 주기, C++) [BAEKJOON]
백준(BAEKJOON) 9471번 피사노 주기 문제를 풀이한 내용의 글입니다. (This is an article that solves the Pisano cycle problem of BAEKJOON No. 9471.)
백준 9471번 (피사노 주기, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 9471번 피사노 주기 문제를 풀이한 내용의 글입니다. (This is an article that solves the Pisano cycle problem of BAEKJOON No. 9471.)
백준 9471번 (피사노 주기, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11050번 이항계수 1 문제를 풀이한 내용의 글입니다. (This article solves binomial theorem 1 problem of BAEKJOON 11050.)
백준 11050번 (이항 계수 1, C++, DP) [BAEKJOON] 더 읽기"
백준(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.)
백준 2749번 (피보나치 수 3, C++) [BAEKJOON] 더 읽기"
백준(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.)
백준 10826번 (피보나치 수 4, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 15353번 문제를 풀이한 글입니다. long long 의 범위를 벗어난 경우 string을 이용하여 덧셈을 하는 문제입니다. (This is an article that solves question 15353 of BAEKJOON. If it is outside the range of long long, it is a problem to add using the string.)
백준 15353번 (큰 수 A+B (2), C++, 큰 수 연산) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2748번 피보나치 수를 풀이한 내용의 글입니다. (This is an article that solves the number of Fibonacci in BAEKJOON 2748.)
백준 2748번 (피보나치 수 2, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 24416번 문제를 풀이한 내용의 글입니다. (This is an article that solves question 24416 of BAEKJOON.)
백준 24416번 (알고리즘 수업 – 피보나치 수 1, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1629번 곱셈 문제를 풀이한 내용의 글입니다. 모듈러 연산 / 지수법칙이 사용되고 재귀를 이용합니다. (This is an article that solves the multiplication problem of BAEKJOON 1629. Modular operations / exponential laws are used and recursion is used.)
백준 1629번 (곱셈, C++, 분할 정복) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 18111번 마인크래프트 문제를 해결하면서 작성한 글입니다.
(This is an article written while solving the Minecraft problem of BAEKJOON No. 18111.)
백준 18111번 (마인크래프트, C++, Simulation) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 14891번 톱니바퀴 문제에 대한 글입니다. 추가적인 반례도 제시합니다. (Baekjun (BAEKJOON) #14891 This article is about the cog problem. It also provides additional counter-examples.)
백준 14891번 (톱니바퀴, C++, Simulation) / 추가 반례 [BAEKJOON] 더 읽기"