Skip to content

felipesidooski/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Sudoku solver - Python

Project composed of 3 files:

sudoku_puzzles -> responsible for generating sudoku challenges; sudoku_solver -> responsible for the sudoku resolution class; sudoku -> responsible for collecting sudoku_puzzle challenges and forwarding them to sudoku_solver. Returning to the user whether the sudoku had a solution, the number of resources needed to solve the problem and execution time. It also presents the original problem and its answer.

About

Sudoku solver - Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages