Lab 1: Print some pretty patterns.
Lab 2: Parse an integer.
Lab 3: Towers of Hanoi. (Methods, recursion, and arrays.)
Project 1: Conway's Game of Life, take 1.
Lab 4: Multiple cell types for the Game of Life.
Project 2: Conway's Game of Life, take 2.
Lab 5: A singly linked list container.
Project 3: A substitution cipher.
Lab 6: Using the chi-squared test on ciphers.
Lab 7: Maintaining your own stack for a Sudoku solver.