Skip to content

Implementation of the sandpile algorithm

Notifications You must be signed in to change notification settings

Sosnowsky/uit_sandpiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small c++ implementation of some cellular automata models exhibiting self organized criticality.

Clone repo

git clone https://github.com/Sosnowsky/uit_sandpiles.git 

Install cmake and boost

sudo apt-get update
sudo apt install cmake
sudo apt-get install libboost-all-dev
sudo apt-get install build-essential

Build

cd uit_sandpiles/
mkdir build
cd build/
cmake ..
cmake --build .
cd src/
./btwsim -h

About

Implementation of the sandpile algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.6%
  • CMake 7.4%