GitXplorerGitXplorer
w

sudoku_solver

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
79a1c05900c39d6461c8e549164179c95943cf53

almost done 2

committed 10 years ago
Unverified
fba11b27d0dbf2cbc5330ea017a488d8cbaf93f4

almost done

committed 10 years ago
Unverified
5d8e24320ea3cfa2fd7596c008224e2465961dce

changes

committed 10 years ago
Unverified
132a4236e77ad71f340391b0910490ea5d018c62

Merge branch 'master' of https://bitbucket.org/suchanek/sudoku

committed 10 years ago
Unverified
bc21d4cc2076dabc6cbc50a4707d0ec2445a6bd2

Some fixes

committed 10 years ago
Unverified
75f907df586c53ce41618f7f2076683ca787d0ab

init

committed 10 years ago

README

The README file for this repository.

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