Connect nodes at the same level in a binary tree
Software Development Engineer Interview Questions
32,811 software development engineer interview questions shared by candidates
Write a function, which takes input, two sets of integers, and moves a integer from one set to another set in a way that average of both sets increases. It returns true if it successfully moved a element, false otherwise.
Pick the closest k points.
How to find a number which exist odd times in a list
Calculate the square root of a number.
make a function that counts the number of nodes in a tree
Given an array of integers, all but one of which appears an even number of times, find the one integer which appears an odd number of times.
Find the max ;length palindrome in an input string.
There is an array of numbers, containing the integers 1-n, how can you find the sum of the numbers in that array?
Given array of integers, find the first pair add up to 10. Analize your solution.
Viewing 321 - 330 interview questions