https://github.com/derektypist/build-a-sudoku-solver
Applies the use of classes and objects to build a Sudoku grid and to solve a Sudoku puzzle
https://github.com/derektypist/build-a-sudoku-solver
classes-and-objects freecodecamp-project python3
Last synced: 11 months ago
JSON representation
Applies the use of classes and objects to build a Sudoku grid and to solve a Sudoku puzzle
- Host: GitHub
- URL: https://github.com/derektypist/build-a-sudoku-solver
- Owner: derektypist
- Created: 2024-03-24T16:21:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T09:22:19.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:23:25.767Z (about 1 year ago)
- Topics: classes-and-objects, freecodecamp-project, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build A Sudoku Solver
Applies the use of classes and objects to build a Sudoku grid and to solve a Sudoku puzzle.
## Technologies
Uses Python3. Applies the use of classes and objects.
## Deployment
Copy and paste the code in `main.py` to the text editor of your choice. In the terminal, use the command `python3 main.py` to run the code.
## Credits
### Acknowledgements
[FreeCodeCamp - Scientific Computing with Python](https://www.freecodecamp.org/learn/scientific-computing-with-python/)