Someone tell me how can implement circular liked list in data structures | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Someone tell me how can implement circular liked list in data structures

18th Feb 2022, 7:52 AM
Kundankohliy
3 Answers
+ 3
Connect the end to the root ?
18th Feb 2022, 8:08 AM
Raul Ramirez
Raul Ramirez - avatar
+ 1
A circular linked list is a singly linked list with its tail node connected to the head node. There is no NULL.
18th Feb 2022, 9:29 AM
Avinesh
Avinesh - avatar
18th Feb 2022, 9:54 PM
Tibor Santa
Tibor Santa - avatar