LogFAQs > #125046

LurkerFAQs ( 06.29.2011-09.11.2012 ), Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicPuzzle contest: Winning board gets a $175 donation to their chosen charity.
Ness26
07/24/11 11:11:00 AM
#15:


How my solution works:

For each new character, look at the character immediately above and to the left of that character. If they are the same, use 0. If they are different, use 1. If you go off of the board, assume the character is 0.

In short:
0 0
? 0

1 1
? 0

1 0
? 1

0 1
? 1

Is the rule table. I believe this works, yes?

--
No amount of planning will ever replace dumb luck.
... Copied to Clipboard!
Topic List
Page List: 1