Given your current poker hand, the visible cards of your opponent's hand, and the total number of cards being dealt (5 card stud or 7 card stud). Determine whether or not you are likely to not lose the hand (output 1) or otherwise output zero. Your hand will be a matrix of card values (1:13 two=1, ace=13) in the first column and suits (1:4 clubs:spades) in the second column. Similarly for opponent's hand. Total cards (either 5 or 7) will indicate 5 card stud and 7 card stud. Since this is a Monte Carlo, I provided some slop in the answer. I performed 40,000 iterations for each hand, so the slop should be sufficient to cover reduced iterations (such as my reference solution which only did 3000 iterations each).
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers3
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5816 Solvers
-
How to find the position of an element in a vector without using the find function
2821 Solvers
-
11352 Solvers
-
99 Solvers
-
8271 Solvers
More from this Author65
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!