Skip to content

Using Breadth First Search Algorithm to solve mazes :)

License

Notifications You must be signed in to change notification settings

K0p1-Git/BFSMazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Using Breadth First Search Algorithm to solve mazes :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages