Skip to content

catrider/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver

A Clojure library designed to solve sudoku puzzles

Usage

lein run <path-to-sudoku-puzzle>

Puzzles should be in plain text files and look like this:

| - - - - - - - - - - - |
|     8 |       |   3 1 |
|       |   6   | 2 7   |
| 7     | 1 8 2 |   6   |
| - - - | - - - | - - - |
| 9     | 5 3 4 | 1     |
|     5 | 6   8 | 7     |
|     6 | 7 2 1 |     5 |
| - - - | - - - | - - - |
|   3   | 2 1 9 |     7 |
|   8 2 |   4   |       |
| 1 7   |       | 4     |
| - - - - - - - - - - - |

Here's an empty template

| - - - - - - - - - - - |
|       |       |       |
|       |       |       |
|       |       |       |
| - - - | - - - | - - - |
|       |       |       |
|       |       |       |
|       |       |       |
| - - - | - - - | - - - |
|       |       |       |
|       |       |       |
|       |       |       |
| - - - - - - - - - - - |

License

Copyright © 2014 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages