There are 2 ropes which both last for 1 hour when burning. Use these 2 ropes to get 1 hour and a half.
Desarrollador Java Junior Interview Questions
716,925 desarrollador java junior interview questions shared by candidates
puzzle : there is a island and the resident are either blue or black eyed. The residents are trapped in the island and want to leave. One day a foreigner comes and says there are few blue eyed people. He will be sending a steamer to the island every day and blue eyed people can leave. But if a black eyed person approaches the steamer, he will be killed. Constraint: No body knows their eye colour and can't even ask or say the colour to any other person. even cant see their reflection. So how many days is required for all the blue eyed person to leave the island.
Flatten a list containing n sublists. Ex: [3, 4, [4, [[55]]]] -> [3, 4, 4, 55]
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
Viewing 1421 - 1430 interview questions