Skip to content

nboubakr/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE SUDOKO SOLVER

DESCRIPTION:

Sudoku is a puzzle game played on a 9x9 grid, subdivided into 3x3 sub-grids called "regions". The objective of the game is to fill in the blank cells with the numbers 1 through 9, such that each number appears exactely once in each row, column and region.

USAGE:

* For Linux and Mac OS users:
	```
	$ make
	$ ./sudoku
	```
* For Windows users:
	```
	> gcc main.c -o sudoku
	> sudoku
	```

Releases

No releases published

Packages

No packages published

Languages