Sudoku Puzzle Solver
A C program that solves sudoku puzzles instantly (using logic only, no brute force).
Project Details:
As an avid sudoku puzzler, I wanted to create a program that could supplement a human puzzle solver by instantly filling the grid with markings and deductions. The C language program I created runs a given sudoku puzzle through the same logical reasoning filters a human puzzler would use to solve the puzzle. At this point, the program can solve advanced-level problems that require the use of XWing and YWing solving techniques.
Solving Techniques: