Lesson AB29 - Linked List |
|
|
You have just learned your first dynamic data structure, a linked list. The concept of indirection makes dealing with references a bit more difficult, but careful reading and lots of diagrams will help. Following a working program is a good start, but only by writing code will you develop proficiency with lists. The doubly-linked list is an extension of the basic linked list. |
|