Closed AlexBarczak closed 1 year ago
Wrap the ends of your automaton array around so that the right-hand end continues onto the left-hand end and vice-versa.
implemented in the form of performing a modulus operation when trying to access parent values for generating the next set.
Wrap the ends of your automaton array around so that the right-hand end continues onto the left-hand end and vice-versa.