Created
February 1, 2017 14:36
-
-
Save casperkaae/8f5e37da2852e5a04d66157a0e6fc037 to your computer and use it in GitHub Desktop.
head tail fun
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
H=heads, T=Tail | |
HHH = 1 | |
HHT = 2 | |
HTH = 3 | |
HTT = 4 | |
THH = 5 | |
THT = flip again | |
TTH = flip again | |
TTT = flip again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment