GithubHelp home page GithubHelp logo

piotrblachnio / solvaxo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 197 KB

Solvaxo is a very fast and efficient sudoku solver. It's based on backtracking algorithm. Backtracking is an algorithmic-technique for solving problems recursively by trying to build a solution incrementally, one piece at a time, removing those solutions that fail to satisfy the constraints of the problem at any point of time.

License: MIT License

Makefile 0.38% C++ 99.62%
cpp backtracking algorithms

solvaxo's Introduction

Solvaxo

Solvaxo is a very fast and efficient sudoku solver. It's based on backtracking algorithm. Backtracking is an algorithmic-technique for solving problems recursively by trying to build a solution incrementally, one piece at a time, removing those solutions that fail to satisfy the constraints of the problem at any point of time.

Technologies used

  • C++
  • Catch2 - for the testing purpose
  • Backtracking algorithm

Running locally


Make sure you createad /lib directory with catch.h file inside


git clone https://github.com/PiotrBlachnio/Solvaxo.git
cd Solvaxo/
make
./test

Contributing

  1. Fork it (https://github.com/PiotrBlachnio/Solvaxo/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

solvaxo's People

Contributors

piotrblachnio avatar

Watchers

 avatar

solvaxo's Issues

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.