Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 493 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 493 Bytes

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.