DSA code of circular linked list 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. Advantages of Circular Linked Lists: Any node can be a starting point. Useful for implementation of queue. Circular lists are useful in applications to repeatedly go around the list. Circular Doubly Linked Lists are used for implementation of advanced data structures like Fibonacci Heap.
-
Notifications
You must be signed in to change notification settings - Fork 3
ABHI99-coder/DSA
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published