/42-Sudoku

Sudoku solver using a possibility matrix and recursive backtracking

Primary LanguageC

Sudoku solver

This was one of the group projects during the piscine at 42 Silicon Valley. The objective was to build an algorithom that could solve sudoku puzzles from a standard input. We achieved this by creating a matrix of all the possibilites and then recursively backtracking.

Running the program looked like this:

alt text

Check out the pdf for more info here