Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of ways to reach the nth stair where you can take 1, 2, or 3 steps using dynamic programming.

Run the code to see the output here...