Skip to content

jkreucher/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Jannik Kreucher

About

This is a simple sudoku solver using the method of backtracking. Backtracking is using recursive function calls to find a correct solution. When a mistake is made the algorithm goes back to the last valid state and tries another number in this case to find the solution.

About

Simple Backtracking Sudoku Solver written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published