Shuffle Linked List
Development Interview Questions
137,427 development interview questions shared by candidates
Find the max int in an onordered binary tree.
Diagonally flip a two dimensional array.
Given the root of a binary search tree, link all the nodes at the same level, by using an additional Node* level.
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?
Given a sorted array of integers, write a function to remove any duplicates (e.g. 1,2,3,3,3,4,4,5 would go to 1,2,3,4,5)
How many balls can you keep in the air at the same time?
I choose to respect the NDA. However, the questions were related to data structure and algorithm. It should not be a problem if you are an algorithm master.
Viewing 1111 - 1120 interview questions