/Sudoku-Game-solved-using-Tree-based-algorithms

Fully designed Sudoku game, Where one can play a game, save and resume his game. A grid can be entered Manually or automatically, Solved Manually or Automatically also.

Primary LanguageC++

Sudoku Game Developed Using C++ programming language

Functionalities :

- You can Generate a grid manually and solve it manually.
- You can use the implemented resolvers : Four Automatic resolvers *brute force, backtracking algorithms, searching in width and depth of a tree*
- Two automatic grid generators.