exercism-solutions/rust/poker
2024-10-23 14:12:11 -05:00
..
.exercism Solve poker 2024-10-23 14:12:11 -05:00
src Solve poker 2024-10-23 14:12:11 -05:00
tests Solve poker 2024-10-23 14:12:11 -05:00
.gitignore Solve poker 2024-10-23 14:12:11 -05:00
Cargo.toml Solve poker 2024-10-23 14:12:11 -05:00
HELP.md Solve poker 2024-10-23 14:12:11 -05:00
HINTS.md Solve poker 2024-10-23 14:12:11 -05:00
README.md Solve poker 2024-10-23 14:12:11 -05:00

Poker

Welcome to Poker on Exercism's Rust Track. If you need help running the tests or submitting your code, check out HELP.md. If you get stuck on the exercise, check out HINTS.md, but try and solve it without using those first :)

Instructions

Pick the best hand(s) from a list of poker hands.

See wikipedia for an overview of poker hands.

Source

Created by

  • @coriolinus

Contributed to by

  • @Baelyk
  • @CGMossa
  • @cwhakes
  • @efx
  • @elektronaut0815
  • @ErikSchierboom
  • @lutostag
  • @nfiles
  • @PaulDance
  • @petertseng
  • @rofrol
  • @stringparser
  • @xakon
  • @ZapAnton

Based on

Inspired by the training course from Udacity. - https://www.udacity.com/course/design-of-computer-programs--cs212