Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 308 Bytes

Pathfinding Visualizer

This project enables visualization of different pathfinding algorithms (specifically UCS (Dijkstra), GBFS, and A*).

Features

  • Users can move start and end points
  • Users can block paths by drawing on the grid
  • Users can add locations through which the algorithm must pass