Computer Science Links

 The Java API :
info about all the classes built into Java.

 Advanced Placement Computer Science :
info about the AP Computer Science Exams, Sample Questions and Topics Covered

 C++ in the Advanced Placement Computer Science Curriculum:
info about C++ in the AP Computer Science curriculum presented by Owen Asrachan at Duke University

Advanced Placement CS Information from Mark Stehlik's Home Page
teaching resources for AP computer science teachers, including a graphics package developed by programmers at Carnegie Mellon that can be used for fun 2-D graphics in C++

 Algorithm Animations Using Java
animations of various searching and sorting algorithms. These are nice demos for CS 1 and CS 2 classes.

 John Conway's Game Of Life
animation illustrating the cellular automaton - The Game of Life.

  Sorting Algorithms Animation
animations of various sorting algorithms and efficeincy comparisons.

  Tower Of Hanoi Animation
description of the problem via an animation and a recursive solution.