Created a Sudoku solver in that takes input from the user in
Created a Sudoku solver in that takes input from the user in GUI and displays the first solution to the Sudoku using Backtracking approach. The user can then "clear grid" to give another input or "exit".
Tech : Java with classes and GUI using swing.