[Not game AI] Prisoner's dilemna 2

Started by
11 comments, last by Cedric 20 years, 2 months ago
How about counting down from 60 to 0 and then press the buttons, one message every second. The listener should be able to synchronize to the countdown if he gets at least one message, by using a known delay between the messages it will be safer.
Advertisement
It''s not a question of synchronization! They can say "At 10:36 precisely, press the button", and they both have precise clocks!
If the probability of transmission is p then sending n copies of the message ensures that n*p messages get through ''on average''. You cannot change p by any means given this problem description. All you can change is n (message content is irrelevant) so that n*p>=1 .

Timkin

This topic is closed to new replies.

Advertisement