https://github.com/mempirate/hashcode
https://github.com/mempirate/hashcode
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mempirate/hashcode
- Owner: mempirate
- Created: 2022-03-26T21:05:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T21:05:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T18:50:38.949Z (about 1 year ago)
- Language: Python
- Size: 960 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hashcode 2022
Greedy algorithm:
- make empty array of days
- for each day:
- select the best candidate for that day to work on a project
- add until there are no more projects available
- go to next day