Open main menu

CDOT Wiki β

Changes

DPS921 Team Optimize

417 bytes added, 20:41, 27 November 2016
Research
=== Serial Implementation ===
The serial implementation of the above algorithm divides the problem in two three distinct classes.
* Cellular - the class which defines the cell. It keeps track of the generation, pointer to a world class which defines the dimensions in which the cell exists and a pointer to the rule class which governs the change in the cell on every generation.
[[File:cellular_class.png|450px|thumb|left|alt| Cellular Class ]]
=== Cilk Plus Implementation ===
91
edits