Projects with this topic
Sort by:
-
multi threaded sudoku solver -- a personal exercise in libpthread, minimal datastructures and debugging
-
Create Sudoku puzzles with a unique solution using the backtracking algorithm
-
Generate, print and solve sudoku riddles in CLI. Written in C programming language.
-
A script in bash, and one in C language that can sove sudoku riddles, by selecting a png file.
-
A script in C language that can sove sudoku riddles.
-
An efficient backtracking algorithm that solves instances of the Exact Cover problem.
-
3D Sudoku solver in C++: Sudoku + Cubi = Sudokubi
-
Solve Sudoku puzzle using backtracking algorithm.