Sudoku Solver

2013 — Linux

As part of a programming challenge at university, I developed a simple program in C++ that solves Sudoku puzzles.

It is capable of solving them very quickly, even the difficult ones and those with several solutions.

The grid display is particularly interesting, as I used ANSI escape sequences to move the cursor and fill in the numbers in the grid.

Platform
Linux
Technologies
C++
sudoku.png






More projects