Design a Data Structure SpecialStack that supports all the stack operations like push(), pop(), isEmpty(), isFull() and an additional operation getMin() which should return minimum element from the SpecialStack. All these operations of SpecialStack must be O(1). To implement SpecialStack, you should only use standard Stack data structure and no other data structure like arrays, list, etc.
Engineer I Interview Questions
6,848 engineer i interview questions shared by candidates
Are you the team leader of your senior design project.
Ice cube melts in cup of water. What happens to the volume?
Can you tell me a bit about yourself? (On resume and off resume)
NDA
1) Debug some code and take logic test 2) Perform coding challenge 3) Show general knowledge of software development, code something, talk about interests
longest substring palindrome
Find duplicate elements in two lists
Delete node in BST
Prove that limit theta tends to zero sin(theta) / (theta) tends to one?
Viewing 21 - 30 interview questions