Skip to content

Calculates the shortest path between two locations in Burning Man

Notifications You must be signed in to change notification settings

OmerBaddour/BurningMan

Repository files navigation

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.

About

Calculates the shortest path between two locations in Burning Man

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages