Someone tell me how can implement circular liked list in data structures | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

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

18th Feb 2022, 7:52 AM
Kundankohliy
3 Réponses
+ 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