AlexBarczak / CellularAutomaton

Group Assignment for UNIX module of our uni course
0 stars 0 forks source link

Simple Extensions - looping of automaton array #7

Closed AlexBarczak closed 1 year ago

AlexBarczak commented 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.

AlexBarczak commented 1 year ago

implemented in the form of performing a modulus operation when trying to access parent values for generating the next set.