Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 512 Bytes

File metadata and controls

10 lines (6 loc) · 512 Bytes

Pathfinding Visualizer

This project was built based on my interest for learning pathfinding algorithms, and I decided I would do so by building a visualizer to help me better understand the concepts (currently: Dijkstra's Algorithm). Have fun discovering different paths!

Get to the Pathfinding Visualizer here: https://jackiewong99.github.io/Pathfinding-Visualizer

Dijkstra's Algorithm

A weighted pathfinding algorithm that, in this case, finds the shortest path between two nodes in a grid.