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

Safe HaskellSafe
LanguageHaskell98

Data.Puzzles.Sudoku

Synopsis

Documentation

sudokuborders :: Int -> [Edge N] Source #

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

sudokubordersg :: Grid C a -> [Edge N] Source #

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