Learning objectives for chapter 14
Become introduced to linked lists.
  Learning objective(s) addressed
  1
Exercises Right-click (or control-click on a Mac) the title to save its PDF to your system.  
14.1 Over-Under Guessing Game, v.4.0 PDF X

Code from the chapter in order of their appearance in the text
An Object Specification For Use In A Linked List start = None Adding A Node To A List Removing The Last-Added Node
Traversing A Linked List Counting The Nodes In A Linked List studentLinkedList.py intLinkedList.py

Chapter 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 15