Continuing the series of writing code that recognizing poker hands, you’ll learn how to code a solution for determining if a hand is a straight.
How to Code Poker Hands – Three Of A Kind
Continuing the mini-series about writing code to match poker hands, we’ll cover a three of a kind.
How to Code Poker Hands – Two Pair
In this article, we continue the mini-series about writing code to match poker hands. This one is about matching a two-pair.
How to Code Poker Hands – Pair of Jacks or Higher
This article is the start of a mini-series of articles that go over how to code matching poker hands. This one starts with a jacks or higher pair.