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
- Host: GitHub
- URL: https://github.com/gdalle/googlehashcode2014.jl
- Owner: gdalle
- License: mit
- Created: 2022-11-07T15:33:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T14:49:36.000Z (over 1 year ago)
- Last Synced: 2025-09-05T07:06:54.523Z (4 months ago)
- Topics: hashcode, julia
- Language: Julia
- Homepage: https://gdalle.github.io/GoogleHashCode2014.jl/
- Size: 678 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# GoogleHashCode2014.jl
[](https://gdalle.github.io/GoogleHashCode2014.jl/)
[](https://github.com/gdalle/GoogleHashCode2014.jl/actions/workflows/Tests.yml?query=branch%3Amain)
[](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.