/MazeSolver

Computes and returns a solution to the given maze, and the returned solution will not include visits to dead ends or any backtracks.

Primary LanguageJava

MazeSolver

Computes and returns a solution to the given maze from a txt file, and the returned solution will not include visits to dead ends or any backtracks.