Skip to content

tabdelmaguid/sudoku_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_helper

A program created while learning Clojure.

The program starts with a blank board, where all digits 1-9 are available in all cells. As the user selects numbers in cells, the available options in other cells are reduced accordingly. The program, currently, uses a very basic possibility reduction logic. It may evolve with more sophisticated logic.

Usage

$ java -jar sudoku_helper-0.1.0-standalone.jar [args]

Options

None

Examples

...

Bugs

...

License

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

About

A program created while learning Clojure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published