Skip to content

Sudoku solver using backtracking approach

License

Notifications You must be signed in to change notification settings

azavana/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

  • Program which solves Sudoku (9x9) problem using backtracking approach.

How to use the program

  • The program ask the user to fill the rows with number from 0 to 9; where 0 represents EMPTY CELLS.
  • If solution exist, the program will output it.
  • ENJOY !!!

Files included

  • Sudoku folder contains the following files:

    • Colors.h -> Some color use in the program
    • header.h -> functions prototype
    • sudoku.cpp -> functions implementation
    • main.cpp -> test program
    • makefile -> GNU Make
  • Output example folder contains the following files:

    • Output example.png

About

Sudoku solver using backtracking approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published