From 03679621711e707cde71759b91a1219b8fd6e8cb Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Fri, 2 Nov 2018 09:40:39 -0700 Subject: [PATCH] Add files via upload --- ipynb/Orderable Cards.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipynb/Orderable Cards.ipynb b/ipynb/Orderable Cards.ipynb index cdcd041..ee6ab74 100644 --- a/ipynb/Orderable Cards.ipynb +++ b/ipynb/Orderable Cards.ipynb @@ -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" ] } ],