Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 309 Bytes

PathFinder

Path Finding visualiser built with Vite, ReactJS and TypeScript

Pathfinding Algorithms

  1. Breadth First Search
  2. Depth First Search
  3. A* Search

Maze Generation Algorithms

  1. Randomized Prim's Algorithm