Hash Code is a team programming competition, organized by Google, for students and professionals around the world.
Link : https://codingcompetitions.withgoogle.com/hashcode
Google Books is a project that embraces the value books bring to our daily lives. It aspires to bring the world's books online and make them accessible to everyone. In the last 15 years, Google Books has collected digital copies of 40 million books in more than 400 languages, partly by scanning books from libraries and publishers all around the world.
In this competition problem, we will explore the challenges of setting up a scanning process for millions of books stored in libraries around the world and having them scanned at a scanning facility.
This year, the teams had to create an algorithm to maximise the efficiency of the process of scanning books in multiple libraries.
For more information (e.g.: sample inputs / expected outputs) please refer to the subject.
You'll need Python 3 to run the script.
$ python3 ./algoSort.py inputFile.txt
$ cat outputFile.txt
The 10 724 teams that competed were amazing and it was an honor for us to partake in this event.
Place | Team | Score |
---|---|---|
1 | ✷code | 27,203,691 |
2 | Past Glory | 27,184,696 |
3 | WADA won't ban us for Guinness, right? | 27,181,974 |
4 | AtCoDeer | 27,136,966 |
... | ... | ... |
7331 | Our Team | 6,113,554 |
We'll be better next time.