Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 168 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 168 Bytes

Sudoku-All-Solutions

An efficient modification of Backtracking Algorithm to generate all the solutions of given Sudoku of any size.

Written in C++, using STL