Tues May 15th – date of the AP CS Exam (link)
Unit 7 Recursion/Sorting/Searching
Period 9
- Kris – Selection
- Repecki – Selection
- Andrew- Insertion
- Dylan – Binary Search
- Kam – Merge
Period 8
- Tom – Merge sort
- Patrick – Merge sort
- Jack – Insertion
- Rei – Bubble
- James – Bubble
- Rachel– Insertion
- Ryan – Selection
- Kevin – Selection
- Ethan – Binary Search Tree (not binary search)
- Carl – Quick Sort
- Eli –Quick Sort
- Tom – Binary Search
6: Limitations of Single Inheritance
- Unit Goal : What limitations does single inheritance have? What structures in Java address this?
- Mathable
5 : Objects Continued
- Unit Goal : What structures in Java exist that can best support more complex relationships between classes?
- Rectangle, Triangle
- Circle?
- Polygon , Shape ?
- Superclasses are great I
- What is ‘inherited’ by subclasses?
- Superclasses are Great II
- Account Assignment
- Bank Class
4. ArrayLists and Objects(Pt I)
- ArrayList Demo Code
- Exercises (beta)
- Bank Assignment
- Student Class *
- ClassRoster *
- PlayListProject *
Nested Loops & 2D Arrays
Strings
Archived Versions
1 http://mrmonline.org/ap-cs-2013-2014/
Arrays
Extra credit to be submitted with full line-by-line explanation. This is very hard and should not be attempted until all of the types of problems that we are currently working on are no-brainers for you.
Sorting links