Describe a data structure for which getValue(int index), setValue(int index, int value), and setAllValues(int value) are all O(1).
Development Engineer Interview Questions
37,122 development engineer interview questions shared by candidates
Consider n people with random birthdays. How large does n need to be before there is at least a 50% chance that two people have the same birthday?
I choose to respect the NDA. However, the questions were related to data structure and algorithm. It should not be a problem if you are an algorithm master.
Write an inorder search of a binary tree. He gave me no arguments so I could make this recursive. Make sure you ask if you can send the tree in as an argument.
Reverse the words in a sentence.
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Design a memory management system
Phone interview question: What happens when the "new" operator in C++ fails?
Shuffle Linked List
Find the max int in an onordered binary tree.
Viewing 671 - 680 interview questions