3.1.2 Linked Lists
- In Computer Science, a linked list is a data structure consisting of a group of nodes, which make a sequence.
- Each node is made up of some data and a reference, a link to the next node in the sequence.
19
|
60
|
20
|
20
|
20
|
60
|
60
|
60
|
60
|
0
|
1
|
2
|
3
|
4
|
Mike
|
Sheila
|
Bruce
|
Shane
|
Mark
|