Skip to content

A Pathfinding Visualiser is a tool that allows users to see how different search algorithms find the shortest path between two points on a grid. It is implemented using vanilla JavaScript.

Notifications You must be signed in to change notification settings

idebbarh/Pathfinding-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding Visualizer

The Pathfinding Visualizer is a tool that allows users to see how different search algorithms find the shortest path between two points on a grid. It is implemented using vanilla JavaScript and includes several well-known search algorithms such as Dijkstra's, A*, DFS, and BFS. These algorithms are used to find the shortest path between two points by searching through a graph of interconnected nodes. The project also includes a maze generator that uses the recursive division algorithm.

Features

  • Dijkstra's Algorithm
  • A* Algorithm
  • DFS
  • BFS
  • Recursive Division Maze generator

Try it out: https://path-vis.netlify.app/

About

A Pathfinding Visualiser is a tool that allows users to see how different search algorithms find the shortest path between two points on a grid. It is implemented using vanilla JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published