Flatten a list containing n sublists. Ex: [3, 4, [4, [[55]]]] -> [3, 4, 4, 55]
Programmer Analyst Ii Interview Questions
716,347 programmer analyst ii interview questions shared by candidates
4)write program to remove duplicate in an array
Write a function that determines if a tree is a BST or not
You have 25 horses but only a single 5 lane race track. Only 5 horses can race at any time. You don't have a timer or other measurement tools. How many races do you need to run to find the fastest top 3 horses?
Write up and populate a linked list in C#.
Difference between ArrayList and LinkedList ?
In technical round I was asked one puzzle. 3 tyres will be given whose lifetime is 5km each. For how many kilo-meters you can ride a bike ?
Given an int array, find the sequence of elements that has the largest sum
You have an array randomly filled with red, blue and green items. How do you order this list so the red items are at the beginning, followed by the blue ones, followed by the green ones? The algorithm should be in-place (no extra storage, or only constant extra storage) and the algorithm should only walk threw the array once (every position can only be read once).
inorder traverse of a tree without.recursive
Viewing 1421 - 1430 interview questions