Package

purescript-sudoku

Repository
sanrokugomaato/purescript-sudoku
License
MIT
Uploaded by
noraesae
Published on
2017-04-26T07:49:43Z

Pursuit Travis CI

Sudoku library written in PureScript

Installation

bower install purescript-sudoku

Documentation

Module documentation is published on Pursuit.

Example

Try running an example provided with the repo:

pulp run --include examples --main Example.Simple
Minimum difficulty level: 45

Difficulty: 49

Board:
67x218xxx
5xxxx3xx2
x2x754xxx
xx28x9xx5
xxxxxxxx7
48xx2x391
xx1x3x7xx
xxxx856x4
2x6xxxxxx

Answer:
679218543
514963872
328754916
132879465
965341287
487526391
841632759
793185624
256497138

Solution:
679218543
514963872
328754916
132879465
965341287
487526391
841632759
793185624
256497138

Result: ok!

License

MIT