Skip to content

QuaternionPi/Sudoku-Solver

Repository files navigation

Sudoku Solver

A command line program to solve sudoku puzzles. Sudokus are solved with the backtrace algorithm.

Written by David Wiebe.

Build

To build run the following:

make

This will produce the CLI file

Run

Solve

To solve a sudoku file:

./CLI --Solve-File <Filepath>

Print

To print a sudoku file:

./CLI --Print-File <Filepath>

Generate

To generate a sudoku of a size from a seed:

./CLI --Generate <size> <optional: seed>

Test

To run a single test:

./CLI --Test-File <Input Filepath> <Compair Filepath>

To run a test script file:

./CLI --Test-Script <Script Filepath>

Help

For help:

./CLI help

About

A command line program to solve sudoku puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors