Google Interview Questions ::
Total there are five Technical Interviews followed by Management round. So here are the questions. Google Interview Round 1 :: 1. What is the Space complexity of quick sort algorithm? how do find it? 2. What are dangling pointers? 3. Given that you can take one step or two steps forward from a given step. So find the total number of ways of reaching Nth step. 4. You are given biased coin. Find unbiased decision out of it? 5. On a empty chessboard, a horse starts from a point( say location x,y) and it starts moving randomly, but once it moves out of board, it cant come inside. So what is the total probability that it stays within the board after N steps. Google Interview Round 2 :: 1. You have 1 to N-1 array and 1 to N numbers, and one number is missing, you need to find the missing the number. Now you have 1 to N-2 numbers, and two numbers missing. Find them. 2. You have cycle in linked list. Find it. Prove that time complexity is linear. Also find the node at whic