Skip to content

Latest commit

History

History
57 lines (35 loc) 路 1.85 KB

README.md

File metadata and controls

57 lines (35 loc) 路 1.85 KB

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:

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

# After make
cd bin/
./sudoku-hero

More Info

Wikipedia Article