https://github.com/kubk/wave-algo
Maze solving algorithm visualizer using React.js
https://github.com/kubk/wave-algo
demo maze-solving reactjs typescript
Last synced: 3 months ago
JSON representation
Maze solving algorithm visualizer using React.js
- Host: GitHub
- URL: https://github.com/kubk/wave-algo
- Owner: kubk
- Created: 2017-09-17T21:43:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T04:21:06.000Z (about 2 years ago)
- Last Synced: 2025-02-10T18:12:49.917Z (5 months ago)
- Topics: demo, maze-solving, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wave-algo [](https://travis-ci.org/kubk/wave-algo) [](https://github.com/prettier/prettier)
Lee's algorithm finds the shortest path between 2 points in a 2D matrix. It is also called Wave algorithm.## Demo
Try [demo](https://kubk.github.io/wave-algo/build) in your browser. You can change start/finish position using left/right click.## Example
## Installation
1. Clone this repo using `git clone`
2. Run `npm start` in the project root folder## Testing
Run `npm test`## Browser support
- Firefox 48+
- Chrome 51+