Skip to content

AntonioBerna/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver

Codacy Badge GitHub repo size GitHub License Docker Image Size Website GitHub Created At

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.

Please visit https://antonioberna.github.io/sudoku-solver for more information.

About

Sudoku Solver using Bitmasking + Backtracking and Dancing Links in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published