CS A Review
At this point, you have learned enough to survive a programming contest. There are, of course, many more concepts to learn to become a good programmer. This section contains a few of those concepts, specifically concepts taught in CS A. Even if you have taken AP CS A, skim through this section just to review.
The topics discussed are:
- Arrays
- ArrayLists
- Methods
- Recursion
- Classes
Each topic also has a "Similar Problems" section that includes UVa problems for your practice.