How would you write a sort routine to ensure that identical elements in the input are maximally spread in the output?
Desenvolvedor Interview Questions
102,610 desenvolvedor interview questions shared by candidates
Given 2 eggs, how would you find the exact floor at which the egg breaks when thrown from a building comprising 100 floors
How would you print a linked list in reverse order?
If 3 lumberjacks can cut down 3 trees in 3 days, how many trees can 12 lumberjacks cut down in 12 days?
Questions about the basics of main subjects including DS, DAA, Java, C++, C, SQL etc.
Given an array of integers, find the sub array with the largest sum. (must be done in linear time)
How will you check to see if two integer arrays have any common elements?
How would you find a duplicate number in a very large unsorted array of ints.
1. find-all-anagrams-in-a-string 2. find common ancestor for a n-ary tree These two questions have to use JAVA to solve.
find subarray at a given length with the maximum average
Viewing 131 - 140 interview questions