From d01b79d3719325615aefaeedeea4b45b5a503d60 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 23 Apr 2020 09:33:34 +0200 Subject: [PATCH] Add cellular_automata directory 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 000000000000..c3fa0516f5dd --- /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