BryanHo10 / SudokuPuzzleGenerator

Generates Solvable Sudoku Puzzles
MIT License
0 stars 2 forks source link

Attach Sudoku Puzzle Solver #2

Open BryanHo10 opened 5 years ago

BryanHo10 commented 5 years ago

Sudoku Library will handle the generation and solving of any valid Sudoku Puzzle.

drake1011 commented 5 years ago

Ill take this

BryanHo10 commented 5 years ago

Thanks @drake1011 ! I have another repository that uses recursive backtracking to solve Sudoku puzzles.

SudokuSolver