Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 523 Bytes

SMASH_2013 : Networks and the Brain

Repository for the "Networks and the Brain" implementation of the "Topics and Current Science Research" course provided by the SMASH program at UC Berkeley.

Cellular Automaton Project

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.