Count ways to climb n stairs taking 1 or 2 steps.
O(n)
O(1)
Solution code coming soon. Practice on LeetCode for now.