Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SudokuGrid ¶
type SudokuGrid [9][9]int8
func LoadGrid ¶
func LoadGrid() SudokuGrid
func (SudokuGrid) IsSolved ¶
func (S SudokuGrid) IsSolved() bool
func (SudokuGrid) Print ¶
func (S SudokuGrid) Print()
This function should build the string to allow printing to different channels
func (SudokuGrid) Solve ¶
func (S SudokuGrid) Solve() (bool, SudokuGrid)
Click to show internal directories.
Click to hide internal directories.