Giter Club home page Giter Club logo

sudoku-solver's Introduction

SUDOKU SOLVER

A script in C language that can sove sudoku riddles.

INSTRUCTIONS

  • After you have downloaded and compiled the sudoku solver,

gcc sudoku_solver.c -Wall -o sudoku_solver

run the script:

./sudoku-solver

  • You will be prompted to enter the data of the sudoku riddle.

0.png

  • Enter the data for each number, following the specific format(row number/column number/value), and press ENTER.

1.png

  • The data will appear in the sudoku grid, in the specified "coordinates".

2.png

  • Take care while you enter the data. You can erase errors by entering value 0 to the coordinates you want to correct.

3.png

  • Continue in this fashion until you fill in all the data, then enter the letter e.

4.png

  • The sudoku solver will brute force its way to the solution:

5.png

Solving the sudoku riddle can take from a fraction of a second to a couple of minutes, depending on

  • the difficulty of the riddle and
  • the CPU's calculating speed.

sudoku-solver's People

Contributors

christosangelopoulos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.