Skip to content

A class written in C++17 for solving sudoku table using backtracking.

Notifications You must be signed in to change notification settings

ali-moameri/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

A class written in C++17 for solving sudoku table using backtracking.

How to run example?

You can use bazel:

$ bazel run :sudoku_solver_example

or g++:

$ g++ sudoku_solver_example.cc -o ./a.out && ./a.out

How to run tests?

You can use bazel:

$ bazel test test:test_sudoku

About

A class written in C++17 for solving sudoku table using backtracking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published