Skip to content

Basic Sudoku solving program that uses recursive backtracking

Notifications You must be signed in to change notification settings

amontano495/SudokuSolv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolv

A simple sudoku solving program. Written in C++ and utilizes structs and recursive backtracking. Uses bruteforce method to find solution.

Tutorial

Use makefile to build. Accepts input after running executable on the command line. Reference "fileInput" to see accepted file format.

About

Basic Sudoku solving program that uses recursive backtracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published