Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nrossol
Sudoku Backtracking
Commits
8a6c20f8
Commit
8a6c20f8
authored
Sep 05, 2020
by
nrossol
Browse files
Cleaned up final code and added README
parent
e8adde56
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.txt
0 → 100644
View file @
8a6c20f8
Project Author: Nathan Rossol, Computer Science sophomore at the University of Michigan
Project Description: The program will solve a given 9x9 sudoku puzzle using a recursive and backtracking algorithm.
Originally, this was implemented in C++, but was then moved over to Python in order to create
a GUI using pygame. I included the C++ code due to this reason.
Python Version w/GUI Usage:
- Make sure you have the pygame module installed on your computer and run gui.py through your terminal.
- Ensure that gui.py and sudokuSolver.py are in the same directory!
- sudokuSolver.py will not run on its own since gui.py supplies the grid to be solved.
C++ Version:
- Compile sudokuSolver.cpp with g++
- Type: ./{executable_name} {grid_num}
- grid_num is between 1 and 3 inclusive.
\ No newline at end of file
pygame-1.9.6-cp27-cp27mu-manylinux1_x86_64.whl
deleted
100644 → 0
View file @
e8adde56
File deleted
sudokuSolver
Python
.py
→
sudokuSolver.py
View file @
8a6c20f8
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment