You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was a rudimentary solver for Sudoku puzzles that I worked with as a way to overcome my Sudoku addiction during my second year of University. This project allowed me to work with data structure manipulation and algorithm design to solve sudoku puzzles, but it is far from perfect, and it is still vulnerable to failure.