Circular Linked List

Circular linked list is similar to simple linked list, the main difference is that the last node points to the first node and not to null.