Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leo10gama/sudokuverifier
A simple program for verifying whether or not a given Sudoku puzzle is valid or not
https://github.com/leo10gama/sudokuverifier
Last synced: about 1 month ago
JSON representation
A simple program for verifying whether or not a given Sudoku puzzle is valid or not
- Host: GitHub
- URL: https://github.com/leo10gama/sudokuverifier
- Owner: Leo10Gama
- Created: 2022-07-12T15:05:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T19:55:22.000Z (over 2 years ago)
- Last Synced: 2024-10-28T20:11:26.613Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Verifier
Do you have a Sudoku puzzle that you've done by hand, and you want to check that it's correct without seeing the full solution? Then this is the app for you!## How To Use
After downloading the repo and navigating to it in your directory, simply run:
```
python3 main.py
```
From here, you will be prompted to input your Sudoku puzzle in order from the top-leftmost corner to the bottom-rightmost corner, as read from left to right. Once that is complete, the algorithm will check whether or not the puzzle you have entered is a valid solution.Please enjoy!