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
.h
file to your program directory. - Use it as you may.
- You can check out the
test.cpp
file for examples.
@SKR301- Saurav Kumar: Original Creator