https://github.com/snwfdhmp/hashcode-2020
Google's Hashcode 2020 Ordoclic Team Solution (Algorithmic Contest)
https://github.com/snwfdhmp/hashcode-2020
algorithm-challenges hashcode hashcode-2020 hashcodesolved sorting-algorithms
Last synced: 5 months ago
JSON representation
Google's Hashcode 2020 Ordoclic Team Solution (Algorithmic Contest)
- Host: GitHub
- URL: https://github.com/snwfdhmp/hashcode-2020
- Owner: snwfdhmp
- Archived: true
- Created: 2020-02-20T19:33:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T00:47:42.000Z (over 5 years ago)
- Last Synced: 2025-05-01T21:13:45.365Z (5 months ago)
- Topics: algorithm-challenges, hashcode, hashcode-2020, hashcodesolved, sorting-algorithms
- Language: Go
- Homepage: https://codingcompetitions.withgoogle.com/hashcode
- Size: 20.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hashcode 2020
## Introduction
This is our solution for the Google Hashcode 2020. We did not have time to submit on time but we still found a proper solution and optimized it afterwards. Now it's pretty efficient and takes < 10ms for each library to sort on my MacBook Pro.
## Install
This project requires Go to be built.
```
git clone https://github.com/snwfdhmp/hashcode-2020
cd hashcode-2020
go build -o hashcode-bin main.go
```To scan
```
./hashcode-bin --input a
```## Profiling
Profiling has been made and is available in `profile.prof`. This profile is the last one after optimizations.
## Team
Project realised with @hugoglt and @eliasdemnati.