Simple Stairs You can climb 1 or 2 stairs with one step. How many different ways can you climb n stairs? Solutions: Swift O(n) C++ O(n) Installation Run make to build and run Swift files. Or you can run .playground file.