Python/cellular_automata
Leoriem-code 8e857e8692
add implementation of Nagel and Schrekenberg algo (#5584)
* add implementation of Nagel and Schrekenberg algo

* Update cellular_automata/nasch.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update nasch.py

* Update and rename nasch.py to nagel_schrekenberg.py

* Update cellular_automata/nagel_schrekenberg.py

Co-authored-by: Christian Clauss <cclauss@me.com>

* Update nagel_schrekenberg.py

* Update nagel_schrekenberg.py

* Update nagel_schrekenberg.py

* update nagel_schrekenberg.py

* Update nagel_schrekenberg.py

Co-authored-by: Christian Clauss <cclauss@me.com>
2021-10-26 09:57:49 +02:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
conways_game_of_life.py [mypy] Add missing type annotation in conways_game_of_life.py (#5490) 2021-10-22 12:14:45 +08:00
game_of_life.py [mypy] Add missing type annotation (#5491) 2021-10-22 17:45:30 +08:00
nagel_schrekenberg.py add implementation of Nagel and Schrekenberg algo (#5584) 2021-10-26 09:57:49 +02:00
one_dimensional.py [mypy] Fix type annotations for cellular_automata (#4236) 2021-03-20 07:32:16 +01:00
README.md Add cellular_automata directory (#1902) 2020-04-23 11:57:32 +02:00