Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.06 KB

SuperStreetViewRouter

Dev Build Status Coverage

Overview

Julia solver for Google's 2014 HashCode competition. Leverages a greedy algorithm with optimizations to generate efficient results.

Installation

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.