Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 365 Bytes

README

AUTOR Micha Meier

ABOUT Very simple applicaton to find the shortest way inside a predefinded 3D space. The logical part to find the shortest way is based on Dijkstras algorithm.

EXECUTION The execution of the programm is done with the Main.java in the src folder or with an example execution in /src/test

DENPENDENCIES No denpencies are required