Skip to content

arthurtng/mazerunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mazerunner

A C program that reads in a maze file and recursively finds whether there is a way through or not. If there is a way, the solution is printed.

Constraints: maze must be >= 4x4 and <= 20x20.

About

Recursively solves a maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages