Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 512 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 512 Bytes

Maze Solver

This is a Maze Solver which uses Python(2.7) and OpenCv library to solve mazes such as

Square Maze Circular Maze

It also solves mazes with markers by traversing them to solve the maze in the shortest path possible

Square Maze Circular Maze

Navigate to the respective directories to know more