Skip to content

sanrokugomaato/purescript-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-sudoku

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