An open API service indexing awesome lists of open source software.

https://github.com/mempirate/hashcode


https://github.com/mempirate/hashcode

Last synced: 11 months ago
JSON representation

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