iamsatish007 / SudokuSolver

This program contains solver of the 9 * 9 Sudoku by using Backtracking Algorithm. I have implemented the concept of Recursion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SudokuSolver

This program contains solver of the 9 * 9 Sudoku by using Backtracking Algorithm. I have implemented the concept of Recursion.

The elaborative description of this code is available on this youtube video: https://youtu.be/mQ6ScKUPO1A

About

This program contains solver of the 9 * 9 Sudoku by using Backtracking Algorithm. I have implemented the concept of Recursion.


Languages

Language:C++ 100.0%