Using Javascript to Visualize a Percolation System
Posted on Thu 16 October 2014 in Projects • Tagged with Javascript, Canvas, Projects • Leave a comment
In this post I will discuss the background for the percolation visualization page and the details of my implementation. I hope to provide a good introduction to percolation theory and the union find algorithm in particular. This is the first non-trivial Javascript application I've created, and later in the post I will discuss some of the biggest challenges I faced and things I learned along the way.
Continue reading