In my high school AP Computer Science course, a few reports were written about class projects over the months. For most of these, the source code is so poorly written (As I look back, I realize how much of a beginner programmer I was) that I’m reluctant to release it ^^;.
- Graphic Mode Representation of Random Distributions - Random Distributions in a Two Dimensional Matrix in C++.
- Implementation of a Rudimentary Database Management System - Using C++ to implement a flat file database (commonly seen with Perl scripts).
- Study in Crossword Generation - Generating a crossword from user input implemented in Java.
- Model of a Print Queue - Exercise in the queue data structure in Java by simulating a print queue.
- Brain - The Framework for a Java AI Bot.
- Mouse in a Maze - Simulating the movement of a mouse through a maze with AI.