Ads

Saturday, 25 February 2017

Data Structure And Algorithm - Circular Linked List

Both Singly Linked and Doubly Linked list can be made to circular linked list.

Singly Linked List as circular is show as below
 Doubly Linked List as circular is show as below

Basic operations of circular linked lists are

1. Insert
2. Delete
3. Display


This ends the Linked list concept.

Thanks guys for reading this. Hope this helped you a liitle

No comments:

Post a Comment

SOLID Principles

SOLID principles are the basic essential thing to know for every developer before he/she starts coding in any IDE. Here is the full form S ...