Heap Sorting. What data structure do you use to implement it? Time to access and sort. Code it.
Development Interview Questions
137,361 development interview questions shared by candidates
Is it possible to sort using linear time a file with lots of numbers that contain duplicates, when there are no limits of resources or space?
62-63=1; Changing only one element (either digit or operand), make this statement true.
Nothing but generic meaningless questions, letting you know they are "in control".
Sell 1 Pen for Rs. 1 Lakh where the customer doesn't have the need and their monthly salary is Rs. 5 Thousand
based on user input, return an updating list of us cities as the user types. example: user input = s return= san fran, san antonio, seattle.... user input = e return = seattle, seguela, sebba... and so on
Remove all characters of a string from another string. The algorithm should be less than O(m*n) where m & n are lengths of strings and the space used should be less than O(m+n).
Given a balance and marbles where one marble weighs more than the other, how many times do you have to use the balance to find the heaviest marble for 7 marbles. Then, extend that answer to how many marbles can you weigh with 4 tries.
Find the next node in a binary tree from any node (implying successor to a node)
You have an array of length n consisting of the integers from 0 through n-1 exactly once each, except for one which is missing. Find the missing number. The numbers can be in any order.
Viewing 651 - 660 interview questions