Sum of leaf nodes of a binary tree without using recursion or stack space. (Constant space solution)
Internship Software Engineer Interview Questions
23,674 internship software engineer interview questions shared by candidates
Programar para encontrar una solución al típico juego donde tienes un tablero 3x3 con 8 piezas y tienes que ordenarlas.
Checkout leetcode question on island perimeter.
All purely technical, data structures questions; nothing behavioural
Binary search problem
You have an array a and you can ask the sum of a[n...m] or update position a[i]. Create a datastructure that does both efficiently.
Create a descending list of numbers from a given BST
If Susan and her 4 friends went on a trip and they each had 50 dollars, but different spending, how can they pay each other back? (See, it doesn't make sense).
A tree problem and a stack problem
How can you find median of an unsorted array in linear time, without sorting the array?
Viewing 2361 - 2370 interview questions