Coding a Sudoku Solver in C - Part 1

In this tutorial series we code a sudoku solver using C. Part 1 deals with entering a puzzle into C and printing the puzzle out. Puzzle in video can be found here:
Back to Top