Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 212 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 212 Bytes

Sudoku-solver

An implementation of a N-Sudoku solver in C++

  • It works for both numbers and letters
  • it works for 2x2, 3x3, 4x4 Sudoku

SS