ShriyanshiSrivastava / Data_Structures_For_Hacktoberfest

A repository to get started with open source and contribute in Hacktoberfest . You can add any data structures and algorithms code in the language of your choice.
16 stars 80 forks source link

SudokuUsingBacktrackingAlgorithm.c #92

Closed gattsu997 closed 3 years ago

gattsu997 commented 3 years ago

A sudoku solver using Backtracking in C