Musings of a Fondue

Percolation Visualization

I am currently making my way through the “Algorithms” course by Robert Sedgewick and Kevin Wayne (lectures, book). I plan on creating visualizations as I work through the course, as a way of (hopefully) internalizing the algorithms shown.

The visualization below is essentially a JavaScript implementation of the one provided in the union-find lecture. For more systems, view the full program on Khan Academy.

Comments