Ece532 Chapter 2.3 Linked List P2
Ece532 Chapter 2.3 Linked List P2
1
Learning Outcomes
At the end of this lecture, you will be able to:
• Learn about linked lists
• Become aware of the basic properties of
linked lists
• Explore the insertion and deletion
operations on linked lists
• Discover how to build and manipulate a
linked list
2
Linked List Operations
Basic operations:
• add a node to the end of the list
• insert a node within the list
• traverse the linked list
• Delete/remove a node from the list
• delete/destroy the list
3
Singly-linked list. Removal (deletion) operation
5 13 19 NULL
list
head NULL
17
-
17
17-18
5 13 19
list
head