Given an infinite stream of numbers, find the top 50 integers. What's the data structure to use, and what's the time complexity.
Engineers Interview Questions
843,795 engineers interview questions shared by candidates
Write a program to find the square root of a double.
Write a function to search for a string within another string. Analyze it's complexity, and propose optimizations.
A key is broken on your laptop keyboard. How do you work around it until you can get a new keyboard?
If I need to make a cantilever beam 1mm thick and I only have 0.5mm sheet stock. How can I make a beam that has the same properties as the 1mm.
Use objective-c write code to return the first repeated integer from a given array, with O(n) time
write atoi()
copy ctor, operator overloading, oops concepts, puzzles, data structures.
Write an algorithm to verify if a tree is a binary search tree.
Divide two numbers without using / or % and return quotient.
Viewing 981 - 990 interview questions