Somewhat Optimizing Dividing By 2 Cruely
“Divisible”, not “dividable.” You still can not divide this mess in half.
| 0 | 1 | 2 | 3 | 4 | |
|---|---|---|---|---|---|
| 0 | |||||
| 1 | |||||
| 2 | |||||
| 3 | |||||
| 4 |
From the entire sequence of digits:
- N = first two digits displayed (10 - 14)
-
Next (3 × N) digits form triplets in the form, DRC:
- D = (0 - 9)
- R = starting row of that digit (0 - 4)
- C = starting column of that digit (0 - 4)
- Digits afterwards are converted into moves, 0 representing Up and going clockwise:
0 1 2 3 Up Right Down Left