A program to solve randomly generated mazes using breath first search.
- C++
- Bootstrap v5
- HTML
- JS
- Download the project.
- Launch
./web/index.js. - Select grid size.
- Make wall, start and end point.
- Click solve.
- Download the project.
- Copy the
.hfile to your program directory. - Use it as you may.
- You can check out the
test.cppfile for examples.
@SKR301- Saurav Kumar: Original Creator
