Motorola Solutions interview question

How to implement a circular linked list in C++

Interview Answer

Anonymous

17 Jan 2015

Have the final node point to the first initial node.