Skip to content

sudoku-solver

Codacy Badge GitHub repo size GitHub License Docker Image Size

This repository contains a C program that solves Sudoku puzzles using bitmasking + backtracking and dancing links techniques. The program is designed to efficiently handle Sudoku problems by representing the possible numbers for each cell as bitmasks, allowing for quick checks and updates during the solving process.

You can explore the documentation following usage, algorithms and benchmarks sections.