Skip to content

Latest commit

 

History

History
executable file
·
37 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

executable file
·
37 lines (28 loc) · 1.52 KB

Using breadth First Search Algorithm to solve mazes

GitHub

This project is created with the intend to learn and visualize BFS algorithm using python. After watching youtube videos about algorithms I chance upon a particualr video here. Which inspired me to try it out and start coding. Feel free to use this project for your own learning :)

Prerequisite

Python 3.6 or above is required to run the program.

$ sudo apt install python3

Usage

# clone the repo
$ git clone https://github.com/K0p1-Git/BFSMazeSolver.git

# change the working directory to BFS Maze Sovler
$ cd BFSMazeSolver

# chmod +x if required
$ chmod +x breadth.py

License

LICENSE.md