What is difference between doubly and circular doubly linked list? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is difference between doubly and circular doubly linked list?

23rd Aug 2019, 10:47 AM
Dhatri Jais
2 Answers
+ 5
In a doubly linked list, first node's left link and last node's right link both are NULL whereas in circular doubly linked list first node's left link gets connected with last node's right link or we can say that both hold eachothers address.
23rd Aug 2019, 2:39 PM
Shivani Gupta
Shivani Gupta - avatar
0
3rd Oct 2020, 9:42 AM
Avaneesh Yadav
Avaneesh Yadav - avatar