Changes

Jump to: navigation, search

DPS921 Team Optimize

15 bytes added, 21:32, 27 November 2016
Serial Implementation
=== 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. <br>
*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. <br>
[[File:cellular_class.png|450px|thumb|| Cellular Class ]]
 *World - the class which defines the world, the environment for the cell in which the cell undergoes evolution. The class contains the dimensions for the 2D dimensional matrix where the cell is positioned. [[File:world_class.png|450px|thumb|left|alt| Cellular Class ]]<br>
=== Cilk Plus Implementation ===
91
edits

Navigation menu