Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.03 KB

Google Hash Code

Google Hash Code is a programming competition for teams of 2-4 people.

2021 (Academic code is rubbish ♻) - Certificate

In 2021, I paired up with another friend of mine and we managed to successfully solve the problem with a pretty good score of 9,537,270 points.

We ended up on 558th place (top 6.2%) worldwide, 15th in the UK, and 2nd in our University Hub with around 19.5k points less than the 1st place. Official Score Board

You can find our code on GitLab:

2020

We failed during the competition due to bug in input parser we could not find.

In the extended round, after the qualification finished, I rewrote the Java code into C# which you can find in the GoogleHashCode2020 folder.