-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: row
Sudoku Program Updates
Here in DC, we recently had an unexpected snow day. By the word unexpected, I don’t mean that the snow wasn’t forecast – it was definitely forecast. It just never came. However due to the forecast I decided to avoid … Continue reading
Posted in Examples
Tagged algorithm, backtracking, column, generation, how to solve sudoku, JavaScript, learn about math, learning, learning about math, make your own sudoku, math, mathematics, play sudoku online free, programming, puzzle, row, script, solutions puzzle, solve, solve sudoku online, solving sudoku, solving sudoku puzzles, sudoku, sudoku answer generator, sudoku games, sudoku maker, sudoku puzzles, sudoku solver, sudoku solver online, sudoku solvers
Leave a comment
Shade The Cells Puzzle
A friend described this puzzle to me and I enjoyed it so much that I just had to write a script so that I could play it more. The rules of this puzzle are simple. Cells can be in one … Continue reading
My Sudoku Program
Earlier this week, I was able to write a script that solves the popular Sudoku game. It was a fun experience because along the way I learned about a new way to implement the backtracking algorithm on exact cover problems. … Continue reading
Posted in Blog, Examples
Tagged algorithm, algorithm x, backtracking, column, dancing links, exact cover, JavaScript, matrix, programming, row, script, solution, sudoku, table
1 Comment
