Skip to content

jinfan/sudoku-kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my 1st GIT project and was having fun forking ihannes’s sudoku project and generalized it ( the box size can be 4×4, 9×9 or 16×16).

You need maven and java to build this project.

To run some of the test data in 9×9 format. please use the following:

java -jar target/sudoku-kata-1.0.jar ./puzzles.txt
java -jar target/sudoku-kata-1.0.jar ./puzzles2.txt
java -jar target/sudoku-kata-1.0.jar ./puzzles3.txt

please see original project for details at http://github.com/jhannes/sudoku-kata/commits/commit_per_test/ or click on the fork project.

About

Multiple stabs at solving Sudoku with TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published