Session Details

Week 10, Session 28 — Mon Feb 16

Reading

  1. Big Java, §16.6-16.8
  2. MineSweeper documents (there are several of them, and you will probably need to read each one at least twice)
  3. You may find parts of Big Java Chapter 20 helpful for your Minesweeper project

HW Due

  1. HW 27

Topics

  1. Threads
  2. Java Collections Framework
  3. Collection and List Interfaces; iterators
  4. Linked List Implementation, part 1.

Resources

  1. Slides

Outline

  1. [ 5 minutes] Questions
  2. [25 min] Introduction to Threads
  3. [15 min] Collection and List Interfaces, iterators
  4. [ 5 min] Break
  5. [10 min] Linked list intro
  6. [20 min] Linked list implementation
  7. [25 min] Work on Markov

HW Assigned

  1. HW 28