What Is Circular Linked List?
A warm Hello to all the readers! In previous posts, we have seen different kinds of linked list like Singly linked list, Doubly linked list, Xor linked list. Now in this post we will understand what is a circular linked list. In other linked lists, the last node points to NULL. But going by the…