elementary cellular automaton

An elementary cellular automaton is a type of cellular automaton that consists of a one-dimensional array of cells, where each cell can be in one of two possible states (usually 0 or 1) and evolves over discrete time steps according to a simple set of rules based on the states of its neighboring cells.

Requires login.