Pathfinding-Algorithms-Visualizor

Pathfinding Algorithms Visualizor

Visually representing path-finding algorithms in Svelte.

Path-finding algorithms

BFS DFS

Pathfinding or pathing is the plotting, by a computer application, of the shortest route between two points. It is a more practical variant on solving mazes. This field of research is based heavily on Dijkstra's algorithm for finding the shortest path on a weighted graph.

Usage

git clone https://github.com/OwenGranot/Pathfinding-Algorithms-Visualizor
cd Pathfinding-Algorithms-Visualizor
npm install
npm run dev

Supported Algorithms:

  • BFS
  • DFS

Top categories

Loading Svelte Themes