Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 190 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 190 Bytes

Sudoku-Solver

This is a self project for solving sudoku. With the help of OpenCV library I read the boxes from the image and then backtracking algorithm has been used to solve the sudoku.