There is a secret code, 12 characters in length. Each character can be either a number or a letter. Every two hours, a random character in the secret code is revealed.
For example:
Hour 2:
_ _ Q _ _ _ _ _ _ _ _ _
Hour 4:
_ _ Q _ _ _ _ _ _ _ 4 _
Hour 6:
_ _ Q _ _ _ _ 7 _ _ 4 _
Hour 12:
1 C Q 8 2 V V 7 J B 4 9
You (your program) is allowed unlimited guesses. Write a program to solve a secret code like this.
What does your program do when another hour goes by and another secret character is revealed?
[Let me know if you have questions. I've never written a puzzle before. :S]
every two hours
vs.when another hour goes by and another secret character is revealed?
- 1 or 2 hours? The list suggests 1 hour too. – user unknown Sep 17 '11 at 3:17