112
edits
Changes
TriForce
,→Assignment 2
__shared__ int added, past;
//Number of spaces which can place the numberin each section
__shared__ int rowCount[N][N];
__shared__ int colCount[N][N];
int offset = col + (row % BOXWIDTH) * BOXWIDTH + (box % BOXWIDTH);
//Squares Square's location in the Sudoku
int gridIdx = col * N + row;