Skip to content

An implementation of BFS, DFS, and A* search in Python

Notifications You must be signed in to change notification settings

gmpalaganas/maze_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze-solver

A Python3 implementation of path finding algorithms: BFS, DFS, and A* search

This serves as a personal practice project for learning Python3

Inspired by the 2017-01-09 Hard Challenge posted in /r/dailyprogrammer

Releases

No releases published

Packages

No packages published

Languages