types of linked list with examples
Answers
Answered by
2
Answer:
Types of Linked List
- Simple Linked List − Item navigation is forward only.
- Doubly Linked List − Items can be navigated forward and backward.
- Circular Linked List − Last item contains link of the first element as next and the first element has a link to the last element as previous.
Answered by
2
Types of Linked List
- Simple Linked List − Item navigation is forward only.
- Simple Linked List − Item navigation is forward only.Doubly Linked List − Items can be navigated forward and backward.
- Simple Linked List − Item navigation is forward only.Doubly Linked List − Items can be navigated forward and backward.Circular Linked List − Last item contains link of the first element as next and the first element has a link to the last element as previous.
Similar questions