passpigs

simple pass the pigs strategy
git clone https://a3nm.net/git/passpigs/
Log | Files | Refs

commit b32aba2da26ab4be75d157fb6869035360349aaf
parent 813922159146885d97397160532f6ff92c673ff4
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 25 Dec 2016 23:09:34 +0100

related work

Diffstat:
main.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/main.c b/main.c @@ -3,6 +3,9 @@ // pass the pigs strategy // (not related to pass the pigs, all trademarks property of respective owners) +// related work (probably better): +// http://daynebatten.com/2015/10/optimal-pass-the-pigs-strategy-two/ + // hack: approximate cochon nul as 1 point // to avoid bothering with recursive markov chains