https://github.com/glanguage/sudoku
A C++ program to solve sudokus.
https://github.com/glanguage/sudoku
cpp sudoku
Last synced: 15 days ago
JSON representation
A C++ program to solve sudokus.
- Host: GitHub
- URL: https://github.com/glanguage/sudoku
- Owner: GLanguage
- Created: 2019-08-01T15:05:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T09:36:18.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T09:18:22.411Z (over 1 year ago)
- Topics: cpp, sudoku
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
A C++ program to solve sudokus.
## Use
1. Compile the `sudoku.cpp` file using any compilers supporting C++11
2. Run the executable file, a Terminal (or cmd on Windows system) window popped up
3. Enter the sudoku puzzle in the Terminal (or cmd) window in the following format:
- The sudoku puzzle should be 9 * 9
- For each positon, enter the number (1-9) in the position; if there is nothing in the position, enter 0
- There could be space(s), line break(s), other character(s) or nothing between the numbers
4. The answer should be given now