Sudoku Solver

ReactJSTailwindcssAlgorithmsExperimental

Thursday, February 15, 2024

When my daily work does not involve tackling problems that require a sophisticated algorithm to be solved, or just when I feel it is time again, I search for a fun use case to get into algorithms again.

The first few moments it might be a challenge to get used to the right way of thinking again, but after some time it all comes back.

This project is about solving Sudokus. From time to time I check it out and work a bit on the algorithms that can be used to solve the famous riddles. Starting from brute-force approaches to solutions that make use of building graphs.

Related Links