#include #include #include const int Dead=0, Live=1; const int RowSize=20; const int GridSize=RowSize * RowSize; const int numTimes=1000; const char heavyChar = '#'; const char lightChar = ' '; void display(int grid[]) { int row, col; if (RowSize<200) { // printf("\012"); //sleep(1); for (row=0; row