talk-end-of-procrastination/module/pathfinder
2023-08-25 07:48:41 +02:00
..
animation.gif Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00
grid.css Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00
index.html Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00
main.css Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00
main.js Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00
neural.svg Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00
README.md Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00
select.js Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00
typo.css Add Pathfinder module to intro 2023-08-25 07:48:41 +02:00

Pathfinding visualizer

GitHub last commit

Gif of Pathfinding

Available algorithms:

  • A*
  • Djikstra's
  • BFS
  • DFS
  • Greedy

Installation

Just clone the repository and open index.html, no compilation is needed.