An open API service indexing awesome lists of open source software.

https://github.com/gdalle/googlehashcode2014.jl

Lightweight package designed to interact with the data of the 2014 Google Hash Code
https://github.com/gdalle/googlehashcode2014.jl

hashcode julia

Last synced: 13 days ago
JSON representation

Lightweight package designed to interact with the data of the 2014 Google Hash Code

Awesome Lists containing this project

README

          

# GoogleHashCode2014.jl

[![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://gdalle.github.io/GoogleHashCode2014.jl/)
[![Build Status](https://github.com/gdalle/GoogleHashCode2014.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/gdalle/GoogleHashCode2014.jl/actions/workflows/Tests.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/gdalle/GoogleHashCode2014.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/gdalle/GoogleHashCode2014.jl)

Lightweight package designed to work on the 2014 Google Hash Code.

- Challenge description: [`hashcode2014_final_task.pdf`](https://storage.googleapis.com/coding-competitions.appspot.com/HC/2014/hashcode2014_final_task.pdf)
- Challenge data: [`paris_54000.txt`](https://storage.googleapis.com/coding-competitions.appspot.com/HC/2014/paris_54000.txt)

> Given a description of city streets and a number of Street View cars available for a period of time, your task is to schedule the movement of the cars to maximize the total length of city streets that were traversed at least once.

Note that this package used to be called HashCode2014.jl.