Microsoft Interview Question

There was only one technical question: Insert a node, say x, into a sorted circular linked list given only any random node as a parameter.

Interview Answer

Anonymous

Oct 23, 2014

I had to ask where specifically he wanted by "sorted" and what each node contained. Each node contains an integer and is sorted from least->greatest.