Coin Flip Conundrum
I watched this video,
[youtube https://www.youtube.com/watch?v=IAiNqQi30-Y]
Very interesting.
So, I managed to prove it through some scripting.
https://gist.github.com/allencch/36544a84fdb8159756618290209f1750
And I get some result like this,
[code lang=text] Result: Target: [0, 1] average steps = 3.987 Target: [0, 0] average steps = 5.9505 [/code]
P/S: Wrote a robust flip coin script, which can accept the coin tossing sequence with any length. [here]