Skip to content

hirogwa/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-util

1. Overview
sudoku-solver with a basic backtracking algorithm.

2. Run
sudoku-util -s <filepath>
*sample files included.

3. Future improvements
-- Variable ordering (which cell should be tried first?)
-- Value ordering (which value of the domain should be tried first?)
-- Inference not time-optimal

About

some C++ warm up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published