Algorithm Visualizer With Java

I recently created an algorithm visualizer in Java using JavaFX. It’s a desktop application that demonstrates various sorting, path-finding and maze-building algorithms. You can check out the source code on my Github. This post is going to be more of an expose of the project and less of a tutorial Read more…