Web Developer & Designer
Created a Sudoku solver in Java utilizing backtracking, an algorithmic technique to effectively fill the grid. The program employs recursion and data structures to explore possible number placements, ensuring adherence to Sudoku rules and solving puzzles in a structured and efficient way. This project deepened my knowledge of DSA concepts, including recursion, backtracking, and solving grid-based problems.
View Project