mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
91cc3a240f
Rectify spelling in docstring |
||
---|---|---|
.. | ||
__init__.py | ||
conways_game_of_life.py | ||
game_of_life.py | ||
nagel_schrekenberg.py | ||
one_dimensional.py | ||
README.md |
Cellular Automata
Cellular automata are a way to simulate the behavior of "life", no matter if it is a robot or cell. They usually follow simple rules but can lead to the creation of complex forms. The most popular cellular automaton is Conway's Game of Life.