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

Safe HaskellSafe-Inferred

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.