Well it's a simple question but I was wondering if there is a simpler way to solve this kind of question than Monte Carlo?
Asked
Active
Viewed 42 times
0
-
1What is "a set of poker"? You're missing some words here. – Lee Daniel Crocker Jan 28 '21 at 19:39
-
a set of poker means 54 cards – damuzexlxl Feb 01 '21 at 14:23
-
Ok, I'd call that "a deck of cards with two jokers". Most poker games don't use jokers, but it's your game. Now, you want to divide that deck into six hands--nine cards each (to exhaust the deck), or just five cards each, as in poker? – Lee Daniel Crocker Feb 01 '21 at 18:53
-
Sorry I didn't clarify. The game is to calc how many ways one can divide 54 cards (no matter it is joker or ace or whatever, for this game the only focus is to calculate how many ways to divide the cards, so you can even treat those cards as if they are identical to each other.) into 6 hands. So the combination could be anything from [9, 9, 9, 9, 9, 9] to [1, 1, 1, 1, 1, 49] without considering the order within the combination. – damuzexlxl Feb 02 '21 at 06:27