Given a list of strings, for each string, find if it has an anagram in the list.
Programador Interview Questions
710,859 programador interview questions shared by candidates
Given a set of non-overlapping integer ranges (1,3) (5,8), etc., and an input integer, what is the best way to organize the data and allow for quick search based on the input, etc.
Giving an array of numbers and an int, return true if is there any pair of numbers inside the array that summed is equal to the input int, otherwise return false.
Business case.
Give an algorithm to find the kth largest element in an unsorted vector of integers.
Given a race track with 5 lanes, 25 bunnies, and no timer, how many races are required to find the top 3 fastest bunnies?
Was asked a very interesting tree problem.Given a tree and a number N, construct another tree such that each node of the tree has either 0 or N elements,except for one node which has between 0 to N elements.Only other constraint is that ancestry is preserved in the new tree.
Fastest way to find the middle node in a linked list
In java and using math, check if a number is a palindrome.
Write a function that takes in an array and repeats an integer that appears the most.
Viewing 971 - 980 interview questions