Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

CDSoft/haskell-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku solver in Haskell

To practice Haskell I decided to port a small Sudoku solver I wrote in Python. The solver is a basic brute force backtracking solver.

The solver is written in literate Haskell, which is cool for documenting a software. The document is written in Literate Haskell and converted to Markdown with Pandoc.

So here is my own version...

About

Simple Sudoku Solver in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published