Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 269 Bytes

Sudoku

Solves sudoku problem

Concepts used:

  • Recursion
  • Backtracking

Contains the C source code and .exe file corresponding to it and 6 testcases as .txt files

Input: Enter the numbers as horizontal arrays i.e row by row Output: solved sudoku printed as a grid.