Sudoku solver
Project attribution: Project done in collaboration with Vlad Pintilie and Teodor Lungu.
Source: Source code is in a private Github repository.
Short description: Brute force Sudoku solver.
Technologies: Java, Swing.
What I did: I implemented the Sudoku rules and the undo function. I contributed to the brute force algorithm.
Brute force Sudoku solver written in Java. The app can load and solve Sudoku problems. If the current position is easy enough, it can also apply reasoning to find the next move. Moreover, the app has an undo function so one can see the solution backwards. Not all Sudoku puzzles are solvable by this app.