https://github.com/kayhide/cv-challenge
https://github.com/kayhide/cv-challenge
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kayhide/cv-challenge
- Owner: kayhide
- License: bsd-3-clause
- Created: 2017-10-23T05:01:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T06:17:06.000Z (over 8 years ago)
- Last Synced: 2025-06-26T10:03:31.246Z (12 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cv-challenge
To build and execute:
```sh
$ stack build
$ stack exec cv-challenge
```
This prints out all the "optimal" matching combinations of tutors and students.
I defined "optimal" that the count of possible matchings at one time to be the most.
In the given case, the maximum of the matching count is 5.
So this program will print out all possible 5 pairs.