AP CS Assignments
Assignments by week:
Fall Term:
Winter Term:
Spring Term:
Monday, January 28
Description
Finishing Priority Queues
Homework
  • Finish priority queue implementation. Due at the start of class on Thursday.
  • Read the Wikipedia article on Associative arrays.

    Note that this ADT is known by several names in CS: Associative Array (PHP), Map (Java), Dictionary (Python), Hash (Perl, though the name refers to a specific implementation), or Table (various). While the names differ, the underlying concepts are exactly the same.

Tuesday, January 29
Description
Review Practice Test
Homework
  • Keep working on priority queue implementation. Due during class on Thursday.
Thursday, January 31
Description
Maps and Sets
Homework