Skip to content

heyswappy/Sudoku

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages