Julia solver for Google's 2014 HashCode competition. Leverages a greedy algorithm with optimizations to generate efficient results.
To install SuperStreetViewRouter.jl
to your Julia environment, run the following commands from a Julia REPL:
julia> using Pkg
julia> Pkg.add("https://github.com/tfisher013/SuperStreetViewRouter.jl")
See the package docs site for example usage and a description of the API.