Sudoku solver
This project contains a simple algorithmic (non-brute force) sudoku solver. Algorithm is described at: https://mmorfe.blogspot.com/2008/09/rozwizywanie-sudoku.html. It will solve all easy, medium and hard puzzles, but some extremely hard puzzles require more sophisticated techniques. Algorithm is very simple and elegant, derived from the game rules.