SudokuSolver This sudoku.cpp, c++ file helps you to solve any sudoku in under 1 second. This file uses basic logic of solving sudoku and backtracking. Check the input.txt file to know how the input should look like.