Climbing LeetCode 82 Climbing Stairs You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 분석: 계단을 오르는 문제는 가장 간단한 동규 문제에 속한다. 자 문제: i급 계단을 오르는 몇 ... LeetCode동적 기획StairsClimbing
LeetCode 82 Climbing Stairs You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 분석: 계단을 오르는 문제는 가장 간단한 동규 문제에 속한다. 자 문제: i급 계단을 오르는 몇 ... LeetCode동적 기획StairsClimbing