Skip to content

A C Program to generate and solve a Maze using Depth first Traversal

Notifications You must be signed in to change notification settings

HuM4NoiD/MazeMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C Program to generate and solve a Maze using Depth first Traversal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages