LeetCode 70: Climbing Stairs — Step-by-Step Visual Trace
📰 Dev.to · tracelit
Given n stairs, find the number of distinct ways to climb to the top where you can climb either 1 or 2 steps at a time.
Given n stairs, find the number of distinct ways to climb to the top where you can climb either 1 or 2 steps at a time.