sudoku-solver/README.md
2024-09-08 17:59:59 +02:00

3 lines
189 B
Markdown

# 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.