An open API service indexing awesome lists of open source software.

https://github.com/vilarj/nth_step_problem

Find the number of different ways to climb an n-stage ladder when each step is either one or two stages. (For example, a 3-stage ladder can be three ways: 1-1-1, 1-2, and 2-1)
https://github.com/vilarj/nth_step_problem

Last synced: 6 months ago
JSON representation

Find the number of different ways to climb an n-stage ladder when each step is either one or two stages. (For example, a 3-stage ladder can be three ways: 1-1-1, 1-2, and 2-1)

Awesome Lists containing this project