- Rules Of Sudoku - click here
- Clicking the Random Board button basically gives you a new board to try out the program on.
- Clicking the Solve Board In Steps button solves the board in steps, and shows you the backtracking process on the board (i.e how it undoes it choices and makes new choices recursively). Please note that using this might take some time to complete due to the process of having to visually display each decision attempted by the algorithm.
- Clicking the Solve Board Instantly button solves the board in steps, and but does not show you the backtracking process on the board's UI. It simply applies the final result to the board.
- If you notice a bug, raise an issue on this github repo or reach me @ eyitayoogunbiyi at gmail dot com