Skip to content

joachimdraeger/clj-sudoku2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clj-sudoku2

A brute-force Sudoku solver written in Clojure.

Packages

Core

Contains:

  • a sample start configuration of a 9x9 grid
  • a function to solve and print the solution

Sudoku

  • Contains a recursive, brute force solving algorithm.

Validate

  • Contains functions to partially validate a Sudoku grid at the given coordinate.
  • Only the column/row/box where the new value has been inserted gets checked.

Util

  • Util functions to deal with the grid and to check for duplicates.

Format

  • Formats a Sudoku field.

License

Public Domain

About

A brute-force Sudoku solver written in Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published