Skip to content

wsuchy/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku solver written in Haskell

This is my first program written in haskell. It was made only for learning.

Currently implemented algorithms:

  • Basic sudoku rules
  • Find places where only one digit can be put
  • Guessing

Todo

  • Implement other algorithms like eliminating false possibilities
  • Explode this file into modules
  • Make code more readable

About

just learning haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published