This website requires JavaScript.
Explore
Help
Sign In
mbirth
/
js-sudoku-solver
Archived
Watch
1
Star
0
Fork
0
You've already forked js-sudoku-solver
Code
Issues
Pull Requests
Activity
This repository has been archived on
2025-03-31
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
e947dc9eed199b04f460ddc9bab96a289fe774fd
js-sudoku-solver
/
js
History
Markus Birth
e947dc9eed
Fixed switched row/col and wording.
2014-01-26 15:40:36 +01:00
..
firebugx.js
Initial commit
2013-07-11 23:03:06 +02:00
SudokuBoard.class.js
Rewrote everything to CoffeeScript.
2013-12-04 02:54:59 +01:00
SudokuCell.class.js
Rewrote everything to CoffeeScript.
2013-12-04 02:54:59 +01:00
SudokuChecks.class.js
Added deduction logic checks (if there's a value only in one row/col in a square, it can't be in the rest of the row/col)
2014-01-26 15:20:20 +01:00
SudokuSolver.class.js
Fixed switched row/col and wording.
2014-01-26 15:40:36 +01:00