/fast_sudoku_solver_and_generator

Fast C++ 9X9 Sudoku Solver & Generator Program

Primary LanguageC++

sudoku_solver

A Fast C++ 9X9 Sudoku Solver Program

All 9X9 Sudokus are solved, in about10 milliseconds.

It can also generate a solved Sudoku grid for the user if the user enters an incomplete question.

Test Results

These are results against the some Sudokus on the Internet:

  1. Sample 1 - 0.08 seconds
  2. Sample 2 - 0.017 seconds -

The tested samples are included in the take_input() function, instructions to verify these are included in the take_input() function.