clayton-rogers / SudBread

Finds all solutions to Sudoku puzzles using the breadcrumb method.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SudBread

Finds all solutions to Sudoku puzzles using the breadcrumb method.

This is an old project which finds every possible solution to a given Sudoku puzzle. It is being updated to be not terrible and to evaluate the usage of CLion.

This repository also includes the required project files to work on the project with CLion (https://www.jetbrains.com/clion/).

About

Finds all solutions to Sudoku puzzles using the breadcrumb method.


Languages

Language:C++ 93.5%Language:C 3.6%Language:CMake 2.9%