This phone screen will consist of a non-technical series of questions about you and the company, and then a second half of a simple technical question to be coded out Non-Technical Questions Answer the following
Question:You are climbing stairs. It takesnsteps to get to the top. Each time, you can take 1 step or 2 steps. How many distinct ways to get to the top? Problem Description:http://oj.leetcode.com/problems/climbing-stairs/ This problem may look difficult at first, but when you think...