https://github.com/canxkoz/sudoku-solver
A simple sudoku solver in C++ (COMSC165 Final Project)
https://github.com/canxkoz/sudoku-solver
backtracking-algorithm brute-force bruteforce
Last synced: 7 months ago
JSON representation
A simple sudoku solver in C++ (COMSC165 Final Project)
- Host: GitHub
- URL: https://github.com/canxkoz/sudoku-solver
- Owner: canxkoz
- License: mit
- Created: 2019-05-21T20:34:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T04:57:32.000Z (about 7 years ago)
- Last Synced: 2025-04-01T18:50:12.194Z (about 1 year ago)
- Topics: backtracking-algorithm, brute-force, bruteforce
- Language: C++
- Size: 8.61 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku Solver
- A simple sudoku solver in C++ (COMSC165 Final Project).
- You can download this code and try my algorithm with other Sudoku boards.
- All necessary explanation can be found in presentation.pptx