Skip to content

Sudoku solver implemented in F#

License

Notifications You must be signed in to change notification settings

jjhoo/sudoku-fsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Sudoku puzzle solver

An implementation based on logic.

Work in progress.

Test run with dotnet

Assuming debian/buster as the programming environment with dotnet repository as

deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/10/prod buster main

and package dotnet-sdk-3.1 having been install,

dotnet restore
dotnet build
dotnet test Sudoku.Test/Sudoku.Test.fsproj

Testing

Code coverage: codecov.io

About

Sudoku solver implemented in F#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published