Skip to content

alexfleury/sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_solver

Solving a sudoku puzzle with python and a c++ shared library. The python script is used to inferface with the user. The c++ code use the brute-forecesearch method to solve an incomplete sudoku grid (more information here).

Files required:

  1. SudokuGrid.hpp;
  2. SudokuGrid.cpp;
  3. sudoku_solver.pyx.

Installation

The shared library can be generated with the command:

python setup.py build_ext --inplace

An example of usage is in test.py. This repository is still under development.

TO DO

  • GUI in python;
  • More comments in c++ files;
  • Generate test files.

About

Sudoku solver written in python and c++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors