Handouts

Handouts will be posted here as they become available.
  1. Handout #1 (Syllabus) -- March 26
  2. Handout #2 (Sample Program--ArrayIntList) -- March 28
  3. Handout #3 (assignment #1--LetterInventory) -- March 30.
  4. Handout #4 (Sample Program--Stack/Queue) -- April 3.
  5. Handout #5 (assignment #2--Guitar Hero) -- March 30.
  6. Handout #6 (simple linked list code) -- October 3.
  7. Handout #7 (linked list addSorted) -- April 13.
  8. Handout #8 (assignment #3--assassin) -- April 13.
  9. Handout #9 (complexity example: max sum) -- April 16.
  10. Handout #10 (Sample Program--word count) -- April 18.
  11. Handout #11 (Sample Program--Friends) -- April 20
  12. Handout #12 (assignment #4--Hangman) -- April 20.
  13. Handout #13 (simple recursion examples) -- April 23.
  14. Handout #14 (more recursion examples) -- -- April 25.
  15. Handout #15 (assignment #5--grammar) -- April 27.
  16. Handout #16 (inheritance problem) -- April 30.
  17. Handout #17 (sample midterm) -- April 30.
  18. Handout #18 (cheat sheet for midterm) -- May 2.
  19. Handout #19 (assignment #4 bonus--Hangman) -- May 2.
  20. Handout #20 (merge sort) -- May 2.
  21. Handout #21 (key to sample midterm) -- May 4.
  22. Handout #22 (8 queens example) which uses a custom Board class -- complete files available in queens.zip (compile and execute Queens2.java to see animation) -- May 9.
  23. Handout #23 (key to midterm) -- May 11.
  24. Handout #24 (assignment #6--anagrams) -- May 11.
  25. Handout #25 (trace of 4-queens) -- May 11.
  26. Handout #26 (simple binary tree) -- May 14.
  27. Handout #27 (binary search tree) with demo Tree.jar (download and double-click on Tree.jar, source code TreeSource.zip) -- May 16.
  28. Handout #28 (assignment #7--20 questions) -- May 16.
  29. Handout #29 (generic binary search tree) -- May 18.
  30. Handout #30 (assignment #8--huffman) -- May 21.
  31. Handout #31 (abstract class example: Shape hierarchy) -- May 23.
  32. Handout #32 (sample final) -- May 25.
  33. Handout #33 (final IntList, ArrayIntList code) -- May 25.
  34. Handout #34 (assignment #8 bonus--huffman) with resource files available in ass8-bonus.zip -- May 25.
  35. Handout #35 (final LinkedIntList code) -- May 25.
  36. Handout #36 (final exam cheat sheet) -- May 29.
  37. Handout #37 (HashSet implementation) -- May 30.
  38. Handout #38 (key to sample final) -- June 1.
  39. Handout #39 (key to final) -- June 13.