|
Class Summary |
| APLine |
Encapsulates a line of the form ax + by + c = 0, where a, b
and c are integers, and a and b are non-zero. |
| CookieOrder |
This class utilized in the sample solutions to free response
questions 1a and 1b
of the 2010 AP Computer Science exam. |
| FreeResponse2010 |
This class encapsulates a sample test driver for solutions to the
2011 AP Computer Science exam. |
| FreeResponse2010Alt |
Test driver for the alternate solution to the
2010 free response question 4B. |
| GridChecker |
Sample solution to
free response questions 4a and 4b on the AP Computer Science 2010 exam. |
| MasterOrder |
This class encapsulates a sample solution to free response
questions 1a and 1b of the 2010 AP Computer Science exam. |
| TestCase |
Encapsulates data for executing a test case and validating the results. |
| TestData |
Encapsulates test data for questions 2a and 2b of the AP exam. |
| Trail |
Encapsulates a sample solution to free response
questions 3a and 3b of the 2010 AP Computer Science exam. |