Discover Packages
github.com/grkuntzmd/sudoku
solver
package
Version:
v0.0.0-...-594a155
Opens a new window with list of versions in this module.
Published: Jan 10, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Maximum difficult level found on solving.
type Game struct {
Orig Grid
Curr Grid
}
ParseGrid parses a string of digits and dots into a game structure containing two grids: the original set up and current set up. It panics on any illegal input.
Solve solves the current grid of the given game.
func (gr *Grid ) Display()
Display prints a grid.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.