Lesson 3.2: Linked Lists

Video Lesson:

Slides Annotated Slides Video
3.2-linkedlist1.pdf Download 3.2-linkedlist1.pdf  PDF Download PDF

Video Links to an external site.

Access Passcode: oiM8=6Am


Readings:

  • Carrano & Henry: Chapter 4 
  • Carrano & Henry: Chapter 1.1-1.4

Summary:

This lesson explores singly linked lists. Structures and functions are defined.

 


Learning Outcomes:

  • Define and initialize singly linked lists
  • Complete functions insertAtFront, reverse, and removal.
  • Analyze running times of simple linked-list based functions.