- 1
Someone tell me how can implement circular liked list in data structures
3 Respuestas
+ 3
Connect the end to the root ?
+ 1
A circular linked list is a singly linked list with its tail node connected to the head node. There is no NULL.
+ 1
You can always use the search feature in code playground.
https://code.sololearn.com/cceJwsz7nym0/?ref=app
https://code.sololearn.com/c135O1Yol83G/?ref=app
https://code.sololearn.com/czWQEywDNfwO/?ref=app