This repository is an implementation of the MIT OCW 6.005 course problem assignment 1 (2011 version, now outdated and archived here). Visit this page for the currently active version of the course.
You can find informations for this problem set in the Instructions.pdf
on the project root directory.
Locate the Main.java
file using the Java IDE of your choice (or by just using a terminal) and execute it.
All the .java
files ending with Test
are test files for which the assignment required an implementation.
If you want to check that some or all of the code in this project works, open the source files that interest
you, compile and execute them.