Skip to content

bryding/NLMaze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

No Lefts Maze Solver

This program takes a text file as input representing a maze and outputs a solution
maze (if solvable) to standard output.

Note some algorithms are either commented out or unused.  Experimentation was done
using a variety of graph-theory based algorithms during the construction of this 
program, but ultimately only breadth first search and Djisktras were used.

About

A UNIX based program that will solve mazes in which no left turns are permitted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages