Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 327 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 327 Bytes

Pathfinding-Visualiser

This is the code for my Pathfinding Algorithm Visualiser. It currently visualises two pathinding algorithms, Dijkstra's & A* Search. Both guarantee the shortest path but A* does it much faster by utilising heuristics. This project can be accessed here: https://pathfinding-visualiser.zacbrydon.tech/