An open API service indexing awesome lists of open source software.

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

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/)