sort binary array with minimum time complexity
Software Interview Questions
550,693 software interview questions shared by candidates
Why do you want to work for Apple
Given an int array, find the sequence of elements that has the largest sum
You have a pile of coins. One of them is counterfeit, and its weight is different from the other coins. All of the other coins weigh the same. You are given a balance. How would you find the counterfeit coin? Now code it up.
Given only a pointer to an arbitrary node in a singly-linked list, how would you delete that node? Are there any cases where this is impossible?
Write a function that determines if a tree is a BST or not
inorder traverse of a tree without.recursive
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 ?
Viewing 1341 - 1350 interview questions