Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neelanjan00/grid-path-finder
A web app for finding and visualizing the path between a source position and a destination position in a grid using Graph algorithms such as BFS, DFS, Dijkstra, etc.
https://github.com/neelanjan00/grid-path-finder
algorithms data-structures graph-theory reactjs search-algorithm
Last synced: 5 days ago
JSON representation
A web app for finding and visualizing the path between a source position and a destination position in a grid using Graph algorithms such as BFS, DFS, Dijkstra, etc.
- Host: GitHub
- URL: https://github.com/neelanjan00/grid-path-finder
- Owner: neelanjan00
- Created: 2021-12-19T17:10:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T17:23:48.000Z (about 3 years ago)
- Last Synced: 2024-11-12T09:50:20.140Z (2 months ago)
- Topics: algorithms, data-structures, graph-theory, reactjs, search-algorithm
- Language: JavaScript
- Homepage: https://grid-path-finder.web.app
- Size: 633 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Grid Path Finder](https://firebasestorage.googleapis.com/v0/b/neelanjan-manna.appspot.com/o/project-images%2FGraph%20Path%20Finder.png?alt=media&token=c0b216ad-5e1a-4385-b163-ca5f7ddc69fe)
Welcome to Grid Path Finder 👋
> A web app for finding and visualizing the path between a source position and a destination position in a grid using Graph algorithms such as BFS, DFS, Dijkstra, etc.
### 🏠 [Homepage](https://github.com/neelanjan00/Grid-Path-Finder)### ✨ [Demo](https://grid-path-finder.web.app/)
## Install
```sh
npm install
```## Usage
```sh
npm run start
```## Author
👤 **Neelanjan Manna**
* Website: https://neelanjanmanna.ml/
* Twitter: [@NeelanjanManna](https://twitter.com/NeelanjanManna)
* Github: [@neelanjan00](https://github.com/neelanjan00)
* LinkedIn: [@neelanjan00](https://linkedin.com/in/neelanjan00)## Show your support
Give a ⭐️ if this project helped you!