sudokuLib

package module
v0.0.0-...-0c70685 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2013 License: MIT Imports: 5 Imported by: 0

README

gosudoku

A sudoku solver written in go. This is just a small program that I wrote while learning and experimenting with Go.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SudokuGrid

type SudokuGrid [9][9]int8

func LoadGrid

func LoadGrid() SudokuGrid

func (SudokuGrid) IsSolved

func (S SudokuGrid) IsSolved() bool

func (SudokuGrid) Print

func (S SudokuGrid) Print()

This function should build the string to allow printing to different channels

func (SudokuGrid) Solve

func (S SudokuGrid) Solve() (bool, SudokuGrid)

Jump to

Keyboard shortcuts

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