Computer Science, asked by princesses6619, 10 months ago

What is circular linked list explain with example?

Answers

Answered by prakhukumar
0

Circular Linked List is a type of linked list in which the first element points to the last element and the last element points to the first element. Both Singly Linked List and Doubley Linked List can be made into a circular linked list.

Hope it helps you.

Answered by payal6311
0

Circular Linked List is a variation of Linked list in which the first element points to the last element and the last element points to the first element. Both Singly Linked List and Doubly Linked List can be made into a circular linked list.

Similar questions