sourceclimber / LabyrinthSolver

A Java program to find the path through a labyrinth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LabyrinthSolver

A simple Java program read a labyrinth from a text file and find a possible way through it. A recursive method is used to find the path.

About

A Java program to find the path through a labyrinth.


Languages

Language:Java 100.0%