Python/cellular_automata
Maxim Smolskiy 47cd21a110
Fix sphinx/build_docs warnings for cellular_automata (#12454)
* updating DIRECTORY.md

* Fix sphinx/build_docs warnings for cellular_automata

* Fix

* Improve

---------

Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com>
2024-12-23 06:56:42 -05:00
..
2023-09-23 10:53:09 +02:00
2021-11-11 21:39:54 +08:00

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.