sudoku-solver/README.md

3 lines
189 B
Markdown
Raw Normal View History

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