What is a linked list?
A data structure where each node consists of data and a pointer. The pointer gives the location of the next node
What are some of the uses of a linked list
1.
2.
3.
4.
What operations can be performed by linked lists?
What is the structure of a linked list?