This website requires JavaScript.
Explore
Help
Sign in
drew
/
sudoku-solver-cpp
Watch
1
Star
0
Fork
You've already forked sudoku-solver-cpp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
No description
8
commits
1
branch
0
tags
67
MiB
C++
93.8%
CMake
6.2%
main
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Exact
Exact
Union
RegExp
Drew Galbraith
495cb95412
Update gitignore
2023-05-04 01:11:36 -07:00
solver
Add Hidden Singles check in a box
2023-05-04 01:10:15 -07:00
testcases
Add Hidden Singles check in a box
2023-05-04 01:10:15 -07:00
.clang-format
First pass at a sudoku solver: Puzzle Import
2023-04-17 16:31:47 -07:00
.gitignore
Update gitignore
2023-05-04 01:11:36 -07:00
CMakeLists.txt
Add a tool to partition a large test case.
2023-05-04 00:38:05 -07:00
solver.cpp
Update the one-off solver to take the puzzle as a CLI arg
2023-05-04 01:11:24 -07:00
test_case_partition.cpp
Add a tool to partition a large test case.
2023-05-04 00:38:05 -07:00