From b560b76002006e934533d47b2ea69c8360106d1d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 23 Apr 2020 11:57:32 +0200 Subject: [PATCH] Add cellular_automata directory (#1902) Related to https://github.com/TheAlgorithms/Python/issues/1613#issuecomment-618175224 @8Dion8 Your review please. Once this land, this directory would be a great place for you to add your work. --- cellular_automata/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cellular_automata/README.md diff --git a/cellular_automata/README.md b/cellular_automata/README.md new file mode 100644 index 000000000..c3fa0516f --- /dev/null +++ b/cellular_automata/README.md @@ -0,0 +1,4 @@ +# Cellular Automata + +* https://en.wikipedia.org/wiki/Cellular_automaton +* https://mathworld.wolfram.com/ElementaryCellularAutomaton.html