Changes

Jump to: navigation, search

DPS921 Team Optimize

71 bytes added, 22:02, 27 November 2016
no edit summary
==== Serial Hot Spot ====
The serial implementation basically applies the rule to every cell in the 2D dimensional matrix, and computes another world determining the position of every cell using the number of neighbours surrounding it. The following loop takes the maximum amount of computation time in determining the position of the cells in the next generation. This will be parallelized in the coming sections.
[[File:serial_hotspot.png|600px|thumb|center|alt| Apply Rules Class ]]
91
edits

Navigation menu