Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananya2001-an/pathfinding-visualizer
Visualizes shortest path finding algorithms on a grid
https://github.com/ananya2001-an/pathfinding-visualizer
algorithm css dfs dijkstra-shortest-path html javascript pathfinding-algorithm visualization
Last synced: about 1 month ago
JSON representation
Visualizes shortest path finding algorithms on a grid
- Host: GitHub
- URL: https://github.com/ananya2001-an/pathfinding-visualizer
- Owner: Ananya2001-an
- License: mit
- Created: 2022-07-31T05:58:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T15:31:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T04:26:30.368Z (3 months ago)
- Topics: algorithm, css, dfs, dijkstra-shortest-path, html, javascript, pathfinding-algorithm, visualization
- Language: JavaScript
- Homepage: https://ananya2001-an.github.io/Pathfinding-Visualizer/
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pathfinding Visualizer ๐
Implements famous shortest pathfinding algorithms like **Dijkstra** and visualizes the searching process on a grid. Only used plain native JavaScript to build this project.
## How to play?
1. Choose one algorithm from the dropdown in the navbar.
2. Choose start๐ฉ and end๐ฅ points on the grid. Later you can also add blocks๐ฆ to create a unique maze.
3. Click on "Visualise" button to see the magic unfold! ๐