canarseven / sudoku-solver

A Sudoku Solver in C that takes the sudoku as text file as input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

This is one of my first projects I did for uni (in C), when I started to learn coding. It reads the sudoku from the 'sudoku.txt' file and solves it. I put it online so it may help others. Below is an example of how the output of the code looks like.

About

A Sudoku Solver in C that takes the sudoku as text file as input.


Languages

Language:Makefile 48.0%Language:C 40.4%Language:CMake 11.6%