Categorygithub.com/KingKeithC/sudoku-solver
modulepackage
0.0.0-20231001041018-5f84f503830a
Repository: https://github.com/kingkeithc/sudoku-solver.git
Documentation: pkg.go.dev

# Functions

NewFromHTML returns an instance of Sudoku with the board initially set from the contents of an HTML table grid, or an error if it could not parse the HTML.
NewPremade returns a premade known solvable board of Sudoku.

# Structs

Sudoku represents a game of Sudoku.