Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 537 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 537 Bytes

SudokuSolver

An application that attempts to solve sudoku puzzles using strategies.

It uses logic to solve as much of the puzzle as possible. This is enough to solve the majority of sudoku puzzles but if required it will use a trial and error approach once the number of permutations has been reduced to a manageable level.

I don't claim that it will be able to solve every puzzle.

A write up of the project can be found on Code Project here.