superstreetviewrouter.jl

Julia package for solving Google's Street View Router HashCode 2014 Challenge

https://github.com/tfisher013/superstreetviewrouter.jl

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Julia package for solving Google's Street View Router HashCode 2014 Challenge

Basic Info
  • Host: GitHub
  • Owner: tfisher013
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 600 KB
Statistics
  • Stars: 1
  • Watchers: 4
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

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 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.

Owner

  • Name: Thomas Fisher
  • Login: tfisher013
  • Kind: user
  • Location: Albuquerque, NM

CS @ UNM

Citation (CITATION.bib)

@misc{SuperStreetViewRouter.jl,
	author  = {Shelley Choi, Thomas Fisher, Luc Paoli},
	title   = {SuperStreetViewRouter.jl},
	url     = {https://github.com/tfisher013/SuperStreetViewRouter.jl},
	version = {v0.1.0},
	year    = {2022},
	month   = {11}
}

GitHub Events

Total
Last Year

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v3 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite