- #1
mike81
- 6
- 0
The instructions are to calculate the odds of winning if you are dealt King and 9 of clubs, what are the odds of winning? I am finding myself spending more time trying to figure out texas hold em (never played before) than writing the program. So far I found a list on wiki that breaks down the winning hands by tiers. I am thinking to store the winning hands into the 8 tiers and based upon where it falls the program will count the number of hands below and divide to give the odds. I am thinking to set up the tiers into arrays? Does this sound like a solid start? I have spent too much time on the game and not enough on the program and am running out of time.