Skip to content

harshraj11584/fast_sudoku_solver_and_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.