Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunSudoku ¶
func RunSudoku() error
RunSudoku is used for calling from ../main.go to test things by hand
func SolveHiddenSingles ¶
func SolveHiddenSingles(b *board) int
func SolveNakedSingles ¶
func SolveNakedSingles(b *board) int
SolveHiddenSingles takes in a board and solves hidden singles until
it can find no more and returns the number of cells filled.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.