Skip to content

Nicolas-Menettrier/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

sudoku

Sudoku Solver in collaboration with https://github.com/ARNAUDPINTA/

To compile, use 'make re'.

Concepts covered:

  • Linked lists
  • Algorithms
  • Advanced parsing

To run the program:

  • ./sudoki-bi < ../samples/test.txt
  • ./sudoki-bi < ../samples/test1.txt

It's possible to create your own Sudoku puzzles by following the examples in the test.txt files.

About

Solver de sudoku en collaboration avec https://github.com/ARNAUDPINTA/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published