Skip to content

Create Circular_Linked_list#13

Open
spyic wants to merge 1 commit intoAugustineAykara:masterfrom
spyic:patch-2
Open

Create Circular_Linked_list#13
spyic wants to merge 1 commit intoAugustineAykara:masterfrom
spyic:patch-2

Conversation

@spyic
Copy link
Copy Markdown

@spyic spyic commented Oct 4, 2020

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant