백준 11720번 (숫자의 합, C++) [BAEKJOON]

백준 (BAEKJOON)11720번 ‘숫자의 합’ 문제를 풀이한 내용의 글입니다.
string으로 입력을 받아서 인덱스를 순회하는 방식으로 처리하였습니다. (This is an article that solves the problem of ‘sum of numbers’ in BAEKJOON No. 1170.
I received input with string and processed it by traversing the index.)

백준 11720번 (숫자의 합, C++) [BAEKJOON] 더 읽기"

알고리즘 – Dynamic Programming [DP] (다이나믹 프로그래밍 / 동적 계획법)

알고리즘 중 하나인 ‘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] (다이나믹 프로그래밍 / 동적 계획법) 더 읽기"

위로 스크롤