CSC300: [1/1] Previous pageContents

Please watch the following lectures before the first class.

Please watch the following lectures before the second class.

Some links on studying and practicing:

We will go over these slides during the second class.

Here is an ascii art linked list:

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

Previous pageContents