7 Card Poker Hand Evaluator

Posted by Peter on Stack Overflow See other posts from Stack Overflow or by Peter
Published on 2010-05-13T19:59:22Z Indexed on 2010/05/20 2:00 UTC
Read the original article Hit count: 455

Filed under:
|
|
|

Hey,

Does anyone know a fast algorithm for evaluating 7 card poker hands? Something which is more efficient than simply brute-force checking a every 21 5-card combination of hands from a set of 7.

Cheers,

Pete

© Stack Overflow or respective owner

Related posts about algorithm-design

Related posts about poker