issues
search
clubgamma
/
Sudoku
Participate in Club Gamma Hacktoberfest by contributing to any Club Gamma Project
https://clubgamma.vercel.app/
1
stars
6
forks
source link
fixes #10: Add Puzzle Difficulty Classification
#17
Closed
Shail-26
closed
3 weeks ago
Shail-26
commented
3 weeks ago
Added
classifyDifficulty
function
to determine difficulty using clue count and backtracking steps.
Added
countClues
function
to calculate the number of pre-filled cells in the puzzle.
Updated
main.c
to
print the puzzle's difficulty after solving.
soni-shashan
commented
3 weeks ago
closes #10
classifyDifficulty
function to determine difficulty using clue count and backtracking steps.countClues
function to calculate the number of pre-filled cells in the puzzle.main.c
to print the puzzle's difficulty after solving.