https://github.com/2kabhishek/sudoku-hero
For all your sudoku solving needs. 🧮🧩
https://github.com/2kabhishek/sudoku-hero
cpp sudoku sudoku-checker sudoku-solver utility
Last synced: about 1 month ago
JSON representation
For all your sudoku solving needs. 🧮🧩
- Host: GitHub
- URL: https://github.com/2kabhishek/sudoku-hero
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-10-04T09:10:05.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:36:00.000Z (over 3 years ago)
- Last Synced: 2025-03-01T12:48:16.072Z (over 1 year ago)
- Topics: cpp, sudoku, sudoku-checker, sudoku-solver, utility
- Language: C++
- Homepage: https://2kabhishek.github.io/sudoku-hero
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Solving a sudoku problem and It's taking too long? sudoku-hero to the rescue
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `g++ & make`
## Installing sudoku-hero
To install sudoku-hero, follow these steps:
```bash
git clone https://github.com/2kabhishek/sudoku-hero
cd sudoku-hero/
make
```
This will generate a `sudoku-hero` binary in the bin folder.
## Using sudoku-hero
```bash
# After make
cd bin/
./sudoku-hero
```
### More Info
[Wikipedia Article](https://en.wikipedia.org/wiki/Sudoku_solving_algorithms#Backtracking)