/sudoku

A simple Sudoku solver using an exhaustive depth-first search of the game tree. From back when I was first dabbling in C++

Primary LanguageC++MIT LicenseMIT