Skip to content

Program, implemented in Java, that finds a solution to any maze in a textfile using backtracking algorithm, stacks and queues.

Notifications You must be signed in to change notification settings

caiopetruccirosa/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

Program, implemented in Java, that finds a solution to any maze in a textfile using backtracking algorithm, stacks and queues. Besides that, the solution found can be stored in another textfile if necessary, including the maze and the coordinates of the solution path.

About

Program, implemented in Java, that finds a solution to any maze in a textfile using backtracking algorithm, stacks and queues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages