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

Safe HaskellNone
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.