Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 391 Bytes

MazeMaker

A C Program to generate and solve a Maze using Depth First Traversal
Depth First Traversal Ensures a maze which is solvable, always

The program is a little inefficent in space complexity, can be improved.
Feel free to contribute.

Depth First traversal may be changed to Breadth First, to provide optimal path i.e. with the least number of turns