sudoku

package
v0.0.0-...-47fea2b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Size    = 9
	BoxSize = 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Sudoku

type Sudoku struct {
	Grid            [9][9]int
	Count           int
	Fps             uint
	Solved, Verbose bool
	// contains filtered or unexported fields
}

func New

func New(matrix [9][9]int) *Sudoku

func (*Sudoku) Draw

func (s *Sudoku) Draw() string

func (*Sudoku) Solve

func (s *Sudoku) Solve()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL