Given a binary search tree, set up a variable in each node that points to its right neighbor.
Software Intern Interview Questions
17,742 software intern interview questions shared by candidates
Given n stairs, how many number of ways can you climb if u use either 1 or 2 at a time
Given a keyboard where each key pressed may input >= 1 characters and a list of words, find the word they intended to type.
The most difficult question I received was to explain in detail exactly what happened once you enter a url in your browser and hit enter.
textbook algorithms questions
Reverse a string
Pipe system call in UNIX.
If you have the choice of making 2/3 free throw shots or 4/6, which would you choose?
Write a function that takes in two binary strings and returns their sum (also a binary string).
reverse linked list, 1-2-3-4-5 to 5-4-3-2-1
Viewing 431 - 440 interview questions