puzzle-draw-0.1.0.0: Creating graphics for pencil puzzles.

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Puzzles.Sudoku

Synopsis

Documentation

sudokuborders :: Int -> [Edge] Source

Determine the internal borders of a standard sudoku of the given size.

sudokubordersg :: SGrid a -> [Edge] Source

Determine the internal borders of a standard sudoku of the on the given grid.