Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 545 Bytes

File metadata and controls

14 lines (9 loc) · 545 Bytes

PathFindingAlgorithmVisualizer

It's a path finding and maze generation algorithm visualizer made in processing IDE for java mini project.

It has the following algorithms:

  1. A* path finding
  2. BFS path finding
  3. DFS path finding
  4. Recursive backtracking maze generation

Get the documentation here.

Get the executables here.