| > | restart; read `\c:/Users/Asus/Google Drive/Aek/Card/Shuffle.txt`; |
| > | # Example 1 |
| > | FastBG(10,2,[6,1,3]); |
| > | # Example 2 |
| > | FastBG(15,2,[1,12,5]); |
| > | # Counter example to Bayer,Diaconis(1992) optimal strategy |
| > | FastBG(10,2,[5]); |
| > | #We can also try the slow program |
| > | SlowBG(10,2,[5]); |
| > |