October 2015,
Percolation is an exercise in java. It use the class WeightedQuickUnionUF to discover if in a grid N x N there is a path that connect element at the top of the grid with element at the bottom.
- To run the application you need insall the algs4 library. Tou can find it here: http://algs4.cs.princeton.edu/code/
Known Bugs:
- The backwash. When the system percolate, all paths connected to the bottom seem to percolate.
Author: Francesco Gusella
contact: [email protected]