Simple program which uses Backtracking algorithm to solve Sudoku.
There are two versions available: GUI and through Console.
GUI Version: You can try and solve it by clicking on an empty cell and typing a number, if it's correct it will be entered. Press spacebar to solve the sudoku. Press r to restart it afterwards.