pkprajapati7402 / Sudoku-Solver

A C++ program to solve Sudoku puzzles using backtracking. Input a 9x9 grid with empty cells represented by 0s, and the solver will find the solution if it exists. Includes sample images for input format and solved output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkprajapati7402/Sudoku-Solver Stargazers