Projects
Collegiate
Fall Semester 2008
While enduring my social Sophomore year at Cedarville University, I completed these projects.Data Structures Using Java
Factorial
A very simple Java program which will calculate the Factorial of a number passed in through the command line.Download Source
GCD
A very simply Java program which will calculate the Greatest Common Divisor of two numbers, separated by a space, passed in through the command line.Download Source
MegaMath
A GUI-based implementation of Factorial and GCD. (After all, who really likes entering things through the command line? Besides Linux nerds, I mean.)Download Source (JBuilder Project)
Reverse Polish Notation
A Java program developed to calculate the RPN (Reverse Polish Notation) of an RPN equation. The RPN methods specifically implement java.util.Stack. The main method is simply a test harness wrapped around the RPN methods to ensure that they calculate various types of RPN equations properly.Download Source (Eclipse Project)
ArrayQueue
A Java program which implements the Queue interface to develop an ArrayQueue, one that is expandable, supports wrapping, and throws exceptions properly. The main method is a test harness wrapped around the ArrayQueue methods to ensure that the ArrayQueue expands, wraps, enqueues, dequeues, etc. properly.Download Source (Eclipse Project)
SequenceStack
Java code that would implement a Stack using methods from an ArraySequence. It won’t compile or run, so the code is essentially worthless to you and, in fact, anyone.Download Source
ListBinaryTree
Java code that is a test harness for a List Binary Tree that is implement using left child and sibling instead of left and right children.Download Source (Eclipse Project)
ArrayHeap
Java code that is a test builds a Heap out of an Array. Includes a bit of testing.Download Source (Eclipse Project)
TwoFourTree
Java code that will construct and deconstruct an (2, 4) Search Tree. Includes a bit of testing.Download Source (NetBeans Project)
Intro to Literature
Unit Paper on Drama - Antic Disposition in HamletUnit Paper on Fiction - The Paradox of Things Fall Apart
Unit Paper on Poetry - Romantics in Whitman
Capstone Project - An Experiment in Reflection