Repository for the "Networks and the Brain" implementation of the "Topics and Current Science Research" course provided by the SMASH program at UC Berkeley.
simple_cellular_automaton
- This code creates a growth rule for a system of cells by converting an integer into a bit string. The system of cells evolves based on the current state of each of the cells and the state of their neighbors.