Analysis of basic strategy and counting cards regarding house advantage
-
Updated
May 1, 2018 - C++
Analysis of basic strategy and counting cards regarding house advantage
Card counting function that increments or decrements a global count variable according to the card's value on a table of values. Returns a string with the current count and the string "Bet" if the count is positive, or "Hold" if the count is zero or negative.
Add a description, image, and links to the counting-cards topic page so that developers can more easily learn about it.
To associate your repository with the counting-cards topic, visit your repo's landing page and select "manage topics."