Cellular automaton

ID: cellular-automaton

A cellular automaton (CA) is a discrete model used in mathematics, computer science, physics, and other fields to simulate complex systems. It consists of a grid of cells, each of which can be in one of a finite number of states (like "on" or "off"). The grid can exist in various dimensions, but one-dimensional and two-dimensional grids are the most common.

New to topics? Read the docs here!