Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 692 Bytes

File metadata and controls

16 lines (9 loc) · 692 Bytes

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.