CSC300 / CSC402: Week 3: Abstract Data Types, Linked Structures (1.2, 1.3)

Contents [0/1]

[1/1]

(Click here for one slide per page)


[1/1]

Some links on studying and practicing:

Review Homework 1, Quiz 1

Data structures

Here is an ascii art linked list:

          Node         Node        Node         Node         Node
         +----+       +----+      +----+       +----+       +----+
         | 11 |       | 21 |      | 31 |       | 41 |       | 51 |
first -->|  --|------>|  --|----->|  --|------>|  --|------>|null|
         +----+       +----+      +----+       +----+       +----+