Why do you want to switch?
Software Development Engineer Interview Questions
32,853 software development engineer interview questions shared by candidates
Given 4 coins of values 1, 5, 10, and 20, find all the combinations of coins that can add up to K.
Reverse a doubly linked list.
Merge k sorted link lists
Given a stack and a no of element, find the max element in O(1) time
About my experience and my life when still student
Simple linked list question I wasn't prepared to deal with (it had been a while since I practiced my coding, and I had midterms so I didn't have time). Elements of a linked list can have a "dirty" boolean tag, implement void setDirty(node) and boolean hasDirtyDescendants(node)
Find if two nodes in a binary tree have a common ancestor.
how google implments auto suggest in google search
Find the number of '0' bits in an integer.
Viewing 1911 - 1920 interview questions