ronanboiteau / sudoki-bi

{EPITECH.} C artificial intelligence that solves sudokus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudoki-bi

{EPITECH.} first year project.

C artificial intelligence that solves sudokus.

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the sudoki-bi executable file.

How to use sudoki-bi?

sudoki-bi expects a sudoku file on stdin.

Example:

./sudoki-bi < samples/map1.txt

Sudoku format

You can find sudoku files samples in the samples/ folder.

About

{EPITECH.} C artificial intelligence that solves sudokus.


Languages

Language:C 94.1%Language:Makefile 5.9%