Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 562 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 562 Bytes

BurningMan

Contains a program which calculates the shortest path between two given locations in Burning Man. My proof of the optimality of the algorithm can be found here.

burning_map

Usage

$ javac BurningMan.java
$ java BurningMan

You'll be prompted to input your current and desired locations during runtime. Optimal path traversal instructions will be output.