Building a Sudoku solver based around a grid 9x9 of 2 variables.
how do I create this as a class so that I can pass the entire object to its own methods
(so far have tried to create as obj[,] sudokuGrid = new obj[10,]; but can not seem to be able to pass this as param)
how do I create this as a class so that I can pass the entire object to its own methods
(so far have tried to create as obj[,] sudokuGrid = new obj[10,]; but can not seem to be able to pass this as param)