Why Use Linked List?
The linked list has advantage over fixed-size array
The list can be extended by inserting a node anywhere in the list.
The list can be shortened by deleting a node.
The list can be used to implement a stack or queue.
Previous slide
Next slide
Back to first slide
View graphic version