slide 20
Linked Structures Cont'd
Each entry is linked to the next one:
We use the invalid address
NULL
(i.e. 0) to indicate the end of a chain:
We can examine every student entry by following links until we find
NULL
.
We can use a linked data structure to represent all courses offered at a university: