https://github.com/tascigorkem/hashcode-2020
Google Hash Code Problem 2020
https://github.com/tascigorkem/hashcode-2020
2020 algorithm google-hash-code java solution
Last synced: 27 days ago
JSON representation
Google Hash Code Problem 2020
- Host: GitHub
- URL: https://github.com/tascigorkem/hashcode-2020
- Owner: tascigorkem
- License: mit
- Created: 2020-01-31T11:49:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T08:27:45.000Z (about 5 years ago)
- Last Synced: 2025-04-15T09:58:04.002Z (27 days ago)
- Topics: 2020, algorithm, google-hash-code, java, solution
- Language: Java
- Size: 13.5 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Hash Code Problem 2020
OverEngineers Team solution for [Google Hashcode 2020](https://codingcompetitions.withgoogle.com/hashcode).
## Qualification Problem
Given a description of libraries and books available, plan which books to scan from which library to maximize the total score of all scanned books, taking into account that each library needs to be signed up before it can ship books.
```bash
A - 21
B - 5,822,900
C - 5,471,407
D - 4,815,395
E - 731,299
F - 1,832,294Total Score: 18,673,316
```## Compiling
##### Intellij IDEA
```bash
File -> Project Structure -> Artifacts
```
In there, you can then create a new artifact by clicking the + icon. This will give you an option for the file type, which is .JAR and which modules you want to include in your artifact. When you're done, you go to..
```bash
Build -> Build Artifacts
```
And it will create the JAR file from your project.##### Eclipse
```bash
Right click on Project -> Export -> JAR File -> Select the Java files to include
```
When you've done this, hit finish and you're golden. The tutorial also adds some additional tips in to make it as seamless as possible.## Running
```bash
$ java -jar
out/artifacts/hashcode_2020_jar/hashcode-2020.jar
a_example b_read_on c_incunabula d_tough_choices e_so_many_books f_libraries_of_the_world
```## About Us
##### Team OverEngineers
* Görkem TAŞÇI [@tascigorkem](https://github.com/tascigorkem)
* Furkan AKSIN [@furkanaksin](https://github.com/furkanaksin)
* Onur ÇELİK [@onurcelikeng](https://github.com/onurcelikeng)
* Kadir Şinas KAYNAK [@kadirsinas](https://github.com/kadirsinas)from Garanti BBVA Technology HUB