Add files via upload
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"\n",
|
||||
"That's a big improvement! \n",
|
||||
"\n",
|
||||
"Now let's start coding. There are two red suits and two black suits, so I'll represent the four suits as `'rRbB'`. (I considered `'shdc'` or ' `'♠️♥️♦️♣️'`, but I wanted to highlight the important thing, the colors.) I'll represent an abstract hand as a string of suits: `'rrBrbr'` is a 6-card hand. \n",
|
||||
"Now let's start coding. There are two red suits and two black suits, so I'll represent the four suits as `'rRbB'`. I'll represent an abstract hand as a string of suits: `'rrBrbr'` is a 6-card hand. \n",
|
||||
"\n",
|
||||
"# Deals: Hands and their Probabilities\n",
|
||||
"\n",
|
||||
@@ -460,8 +460,8 @@
|
||||
"11: 1.9% = 22673450197/1219690678500\n",
|
||||
"12: 0.7% = 1751664923/238130084850\n",
|
||||
"13: 0.3% = 30785713171/11112737293000\n",
|
||||
"CPU times: user 16 s, sys: 343 ms, total: 16.3 s\n",
|
||||
"Wall time: 18.2 s\n"
|
||||
"CPU times: user 14.4 s, sys: 236 ms, total: 14.6 s\n",
|
||||
"Wall time: 14.9 s\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user