Pick the best hand(s) from a list of poker hands.
See wikipedia for an overview of poker hands.
- Designing with types To come up with a clean and easy to read solution for this make sure to choose the right types to represent the different parts of the problem (think of suits, values, cards, etc)
To run the tests, run the command dotnet test
from within the exercise directory.
For more detailed information about the F# track, including how to get help if you're having trouble, please visit the exercism.io F# language page.
Inspired by the training course from Udacity. https://www.udacity.com/course/viewer#!/c-cs212/
It's possible to submit an incomplete solution so you can see how others have completed the exercise.