These questions are not sponsored by the collegeboard in any way. I have taken questions from past exams and using my own judgment translated them into java. Because the AP subset does not include an IO class and some of the questions dealt with reading from an input stream I have created my own IO (InputStream) class that hides the implementation of reading and writing from the stream. I have also offered solutions to the questions. I would appreciate any comments that you may have.
Question 1: Student Information
Question 3: Clubs - Please note that although the original problem was done with linked list, this particular question seemed to me to be more of a set question and I have implemented it as such.
Question 3 - Clubs - a Linked List translation of the question (more closely related to the original) using the ListNode object from the subset.
More Questions to follow.....(watch for additions)
The links below are for other computer science teachers who have translated previous AP questions into Java.
Charlotte Fisher translated Part I of 1999's released exam. You can view the translation off of her main site at: magnesium.dyndns.org.