Skip to content

fzxt/SandpileModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abelian Sandpile Model in Java

Build Status

Implemented for the final course project for MATH 3P40

Abelian Sandpile Model

Prereqs

  • Java 8

Building and running

  • The simplest way to build and run the program is compiling through the command line.

  • In the projects root directory:

$ cd src/
$ javac Main.java
$ java Main

You should then see a print out in the console such as: Printout

To modify the values for the simulation, you can edit them inline in src/Main.java

Spec

See the Spec for details on class documentation, implementation and problem.

Releases

No releases published

Packages

No packages published

Languages