diff --git a/0. Randomness/2. Two Aces/README.md b/0. Randomness/2. Two Aces/README.md new file mode 100644 index 0000000..a709a01 --- /dev/null +++ b/0. Randomness/2. Two Aces/README.md @@ -0,0 +1,7 @@ +## With reshuffle + +4/52 * 4/52 = 16/2704 = 1/169 (~0.59%) + +## Without reshuffle + +4/52 * 3/51 = 12/2652 = 1/221 (~0.45%)