본문 바로가기

⏳ 알고리즘/python 알고리즘 문제 모음

<DP> 관련 문제 모음

EASY

1. 피보나치 수

https://leetcode.com/problems/fibonacci-number/

 

Fibonacci Number - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

풀이 > 리트코드 - 509. Fibonacci Number

 

 

2. 최대 서브 배열

https://leetcode.com/problems/maximum-subarray/submissions/

 

Maximum Subarray - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

풀이 > 리트코드 - 53. Maximum Subarray

 

 

3. 계단 오르기

https://leetcode.com/problems/climbing-stairs/

 

Climbing Stairs - LeetCode

Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.

leetcode.com

풀이