Little sudoku solving algorithms for fun
Go to file
2024-09-10 09:36:54 +02:00
.idea/.idea.EndMove.Sudoku.Solver/.idea
.run
src/EndMove.Sudoku.Solver.Core
test/EndMove.Sudoku.Solver.Test
.gitignore
EndMove.Sudoku.Solver.sln
README.md

Sudoku Solver Algorithms

This repository contains a collection of algorithms to solve Sudoku puzzles. The algorithms are implemented in C# and are base on existing methods and new ideas.