Flatten a list containing n sublists. Ex: [3, 4, [4, [[55]]]] -> [3, 4, 4, 55]
Programmer Intern Interview Questions
716,624 programmer intern interview questions shared by candidates
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).
4)write program to remove duplicate in an array
Write up and populate a linked list in C#.
Difference between ArrayList and LinkedList ?
Why do you want to work for Apple
sort binary array with minimum time complexity
inorder traverse of a tree without.recursive
Given an int array, find the sequence of elements that has the largest sum
Write a function that determines if a tree is a BST or not
Viewing 1441 - 1450 interview questions