This actually reminds me more of Simon Tatham's Range[1]. [1] http://www.chiark.greenend.org.uk/~sgtatham/puzzles/js/range...
With ternary grey code, only one digit is changed at a time, but sometimes that change can be more than one value, why isn't ternary ordered so that each digit only changes by at most 1 number? for example: 0 → 000 |…
This actually reminds me more of Simon Tatham's Range[1]. [1] http://www.chiark.greenend.org.uk/~sgtatham/puzzles/js/range...
With ternary grey code, only one digit is changed at a time, but sometimes that change can be more than one value, why isn't ternary ordered so that each digit only changes by at most 1 number? for example: 0 → 000 |…