mrmerlis.com
APCS Labs Page

Assigned Labs
(Many of these require projects that you will be supplied.)

  1. Turtle Border in BetterTurtle
  2. Car Class
  3. 20,000 Lights
  4. Permutation Generator
  5. Recursive Search (5, 6, 7 as a package)
  6. Merge Sort
  7. Quick Sort
  8. Introduction to 2d Arrays (8,9 as a package)
  9. Snakes and Treasures Game [2d array]
  10. Linked Lists (10-12 come as a package)
  11. Queues | Queue Implementation Code
  12. Stacks | Stack Implementation Code
  13. Sets and Maps Lab (Maps)
  14. Sets and Maps Lab (Sets)
  15. Binary Trees - Insertion
  16. Binary Trees - Determining Rank/Level
  17. Linked List / LL Iterator (17/18 are one)
  18. PriorityQueues (doc. in the lab)

Vehicle Project Homepage

Merlis Compendium of Exciting and Famous Labs
(Most of these have been around 'forever' - see what you can do!)

  1. Additive Prime Lab
  2. Knight's Tour - Fill a chess board with Knights
  3. Eight Queens - Place them on a chess board...