Changes

Jump to: navigation, search

TriForce

17 bytes added, 16:27, 20 March 2019
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;

Navigation menu