There are compile scripts under the scripts folder (but you might need to set up your java paths first). compile.sh.bat would compile, then archive (ie jar) all the class files before deleting the .class files under the bin directory. The doc directory contains some files which may help in further understanding the algorithm. The source files are all in the src folder.

Program listing:
  1. App.java - the main applet.
  2. Constants.java - program wide constants
  3. MyThreads.java - contains thread classes that animates the program
  4. PolyCanv.java - the drawing board
  5. PolyApp.java - sets up the gui. parent of App class
  6. Function.java
  7. Polynomial.java
  8. Monomial.java



Happy hacking! =)