Skip to content

ejlly/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_solver

A simple, terminal-based arbitrary-size sudoku solver.

Usage

Type your sudoku inside the test.txt file (examples can be found inside)

Write a hashtag followed immediately by the size of a sudoku square (3 for a 9*9 sudoku...)

Then write the whole sudoku

Run the executable with ./sudoku_solver

Compilation

Tested on Ubuntu 20.04 LTS

Compile with make

Releases

No releases published

Packages

No packages published