Questions relating to development on the subject of all variants of poker.
I am thinking about poker hand (5 cards) evaluation in Java. Now I am looking for simplicity and clarity rather than …
java r algorithm data-structures pokerI'm trying to write a simple game/utility to calculate poker odds. I know there's plenty of resources that talk …
statistics probability pokerDoes anyone know a fast algorithm for evaluating 7 card poker hands? Something which is more efficient than simply brute-force checking …
algorithm poker playing-cardsI'm interested in building a Texas Hold 'Em AI engine in Java. This is a long term project, one in …
java lisp artificial-intelligence poker jathaPossible Duplicate: How to iteratively generate k elements subsets from a set of size n in java? I want to …
java combinations combinatorics pokerhow can I manage a huge list of 100+ million strings? How can i begin to work with such a huge …
python itertools pokerThere is a new Open Source poker bot called PokerPirate. I am interested in any creative ways in which a …
security artificial-intelligence pokerOk, so I am making a Texas Hold'em AI for my senior project. I've created the gui and betting/dealing …
python artificial-intelligence pokerI'm very curious to know how this process works. These sites (http://www.sharkscope.com and http://www.pokertableratings.com) …
data-mining pokerIn my poker app I have an array of hands, each hand being array of randomly selected card objects with …
javascript arrays functional-programming poker