sudoku

package
v0.0.0-...-d870d91 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Puzzle

type Puzzle [9][9]int

func New

func New(grid [9][9]int) Puzzle

func (Puzzle) FindEmptyLocation

func (p Puzzle) FindEmptyLocation() (int, int, bool)

func (Puzzle) IsSafe

func (p Puzzle) IsSafe(row, col, num int) bool

func (Puzzle) Print

func (p Puzzle) Print()

func (*Puzzle) Solve

func (p *Puzzle) Solve() bool

Jump to

Keyboard shortcuts

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