CSC300: [1/1] | ![]() ![]() |
Please watch the following lectures before the first class.
We will go over these slides during the first class.
Please watch the following lectures before the second class.
How to succeed in CS (13 min)
Linked List Accessors (38 min)
Homework (MyLinked1) (7 min)
Some links on studying and practicing:
Recorded meetings:
Here is an ascii art linked list:
Node Node Node Node Node +----+ +----+ +----+ +----+ +----+ | 11 | | 21 | | 31 | | 41 | | 51 | first -->| --|------>| --|----->| --|------>| --|------>|null| +----+ +----+ +----+ +----+ +----+