
Originally Posted by
fs8456
See if you can figure out the code using only these data.
752750175 = ||...|.|.|...|.||...|.|.|.||......|||...|.|.|....| ||
Look at this:
75 is present in the array 3 times.
We know that 7 starts with ||... etc etc
Comparing the first 75 with the last one however, there seems to be some problem:
Code:
First: ||...|.|.|...|.||
Second: ||...|.|.|....|||
I'm assuming you made a typo, but this is already a start. From here you can distinguish between 7 and 5 and so forth until you have succeeded in deciphering the entire first number.