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: about 2 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T04:21:06.000Z (about 3 years ago)
- Last Synced: 2025-04-05T09:13:55.008Z (about 1 year ago)
- Topics: demo, maze-solving, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 2.87 MB
- Stars: 1
- Watchers: 0
- 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+