Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Sudoku Solver

This project solves a 9x9 Sudoku puzzle using backtracking.

What I Learned

  • Backtracking algorithm
  • Checking constraints for rows, columns, and boxes
  • How recursion helps in solving puzzles

Tech Stack

  • Java
  • Backtracking

How it works

  • Check if the current cell is empty
  • Try all numbers from 1 to 9
  • Move to next cell if valid
  • Backtrack if stuck

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages