In this video I will show you how to solve sudoku using python in 15 lines of code
I will use dokusan library for this, it makes the use of its backtrack algorithm to solve sudoku problem using python.
By the end of this video you will understand how to solve sudoku using python in 15 lines of code without using any algorithm in code.
#python #sudoku #solver