|
|
|
|
|
by n4r9
313 days ago
|
|
It certainly seems like you can get much longer words. I just had a quick go and came up with 0 1 0 2 0 1 2 0 1 0 2 0 2 1
but I stopped there because it gets tedious to check manually for repetition. Might be worth writing a little script to produce the word where each letter is the smallest possible number that doesn't create repetition. |
|