In the last node in the list, the link field contains null, a value that indicates the end. A circular list consists of pointing to the first node in the list. It is said to be open or linear succ(tail)=head.
![]() |
pointer-driven circular list |
![]() |
|
Insert at the head
![]() |
Insert in the lead |
Integration outside the lead
![]() |
Insert other than the top |
See:
Inserting an item into a linked list.
![]() |
See: deleting an item from a linked list.
Pros and Cons
Definition of the circular list by a link
Please disable your ad blocker and refresh the window to use this website.