Given the root of a binary search tree, link all the nodes at the same level, by using an additional Node* level.
Software Development Programmer Interview Questions
33,172 software development programmer interview questions shared by candidates
How can you write a recursive function calculating the exponential of a number?
Data structures - - Write program to print Binary Tree using bredth first search and depth first search
You have a list of numbers from 1 to 1,000,000, and one number is missing. How do you find the number?
How to get 4L from 2 containers of size 3L and 5L
The interviewer confused me like hell when describing the question. Every node of the tree has a pointer to its left most child. each node has a pointer to its next sibling. Its a BST. Find the smallest value in the tree.
How would you test an elevator?
Solve: M is a 2D matrix of integers (nXm) they are sorted in both row and column Write a function search(int s) that return the exact location of the number or Null using lgn
How to insert a Node in a Linked list.
All sorts of brain teasers (monte hall problem, etc)
Viewing 651 - 660 interview questions