Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 606 Bytes

README.md

File metadata and controls

17 lines (7 loc) · 606 Bytes

myLabyrinth

Use javac *.java or javac Laglabyrint.java to compile the program

Use java Laglabyrint to start the program. A GUI window should open. Use choose file to choose a .in labyrinth file.

There should be about three different .in text files, which simulates a labyrinth.

The main functionality to the program is to find the shortest path through a labyrinth (cycle and non-cycles) using recursion.

It also sums all different solutions.

This is a part of a school project, therefor the implementation is in English/Norwegian. However, it should be able to understand the code.