How To Share a Cake Over the Internet
mikejuk writes "The problem to be solved sounds trivial — cut up a cake so that each person thinks they get a fair share. This classical problem gets even more difficult if the 'players' can't all see what is going on at the same time — for example because they are negotiating via the internet. Now there is an asynchronous algorithm that is guaranteed to be fair and it all depends on using an encrypted auction. The new algorithm is simple and easy to use, and might be the solution to any number of difficult situations where people need to share things so that everyone comes away happy."
The Cake is a Lie
If the players can't see what's being done (as per TFS), then the following method should work perfectly:
-(BOOL)isSliceFair:(Slice *)slice {
return YES;
}
Related: http://xkcd.com/221/
If you can't convince them, convict them.
What I really want is algorithm that allows me to have my cake and eat it too [wikipedia.org].
Easy one. Buy two cakes. qed
Science advances one funeral at a time- Max Planck
And what resource isn't finite?
Human stupidity.