Questions Tagged [circular-list]

In a circularly linked list, all nodes are linked in a continuous circle, without using null. For lists with a front and a back (such as a queue), one stores a reference to the last node in the list.

Question is empty. Ask new Question

Popular Questions