The objective of this project is to apply the basic aspect of programming knowledge(function, 2-D vector, array, recursion) and problem-solving using C++ programming language
This project is based on a logic-based, combinatorial number-placement puzzle. It checks whether the given sudoku board is valid or not and further solve it using C++ programming language, the features of this program are-:
Concepts required-:
1.Functions
2.Vectors
3.recursion
4.Class
Submitted by Amritanshu Singh (amritanshusingh15)
Download packets of source code on Coders Packet
Comments