Navigation Menu

Skip to content

danielholmes/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Build Status

Development Dependencies

  • Stack (tested with version 1.5.1)

Setting up development

stack setup

Running

stack build --pedantic
stack exec sudoku-solver-exe

Interactively:

stack build --pedantic
stack repl

Tests

stack test --pedantic

TODO:

  • Display fixed vs entered in different colours
  • Try with larger puzzles (16x16)
  • look at all step functions for fold opportunities

About

Enter a 4 or 9 size Sudoku and be presented with solutions to it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published