CSC300: [1/1] |
Please watch the following lectures before the first class.
Please watch the following lectures before the second class.
Linked List Accessors (47 min)
Homework (MyLinked0) (5 min)
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| +----+ +----+ +----+ +----+ +----+