Just scores and ranks poker hands. Given an array of two-card (Texas Hold'em) hands, and a fully-dealt board, this algorithm gives you the rankings for each hand. See `src/samples/ScoreAndRank.ts` for an example.
published version 1.0.1, 5 years ago
Just scores and ranks poker hands. Given an array of two-card (Texas Hold'em) hands, and a fully-dealt board, this algorithm gives you the rankings for each hand. See `src/samples/ScoreAndRank.ts` for an example.