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

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. 🧮🧩

Awesome Lists containing this project

README

          

sudoku-hero


License


People


Stars


Forks


Watches


Last Updated

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)