Abelian sandpile model: Difference between revisions

m
Added library reference.
(Added description.)
m (Added library reference.)
Line 1,397:
 
=={{header|Nim}}==
{{libheader|nimPNG}}
Our program uses Rust algorithm (and also its colors 🙂) and the formula to compute grid size from number of particles comes from Pascal algorithm.
Number of particles is an input from user. The program displays the values on the terminal if there are not too many and produce a PNG image. Code to produce a PPM image is also provided but not used.
Anonymous user