Motorola Solutions Interview Question

How to implement a circular linked list in C++

Interview Answer

Anonymous

Jan 17, 2015

Have the final node point to the first initial node.