Change internal Solution storage to [][]string (Closes #24)
This commit is contained in:
@ -23,7 +23,7 @@ type Controller struct {
|
||||
// 9th row of the Sudoku puzzle.
|
||||
Row9 string
|
||||
// Slice with all found solutions.
|
||||
Solutions []string
|
||||
Solutions [][]string
|
||||
// Number of CPUs Go routines are allowed to use.
|
||||
NumCPUs int
|
||||
// Number of parts the search should be split into.
|
||||
|
Reference in New Issue
Block a user