geekquad / AlgoBook

A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
https://discord.gg/ZMmwsWvsFj
MIT License
295 stars 300 forks source link

Sudoku Solver #533

Open yashtriyar opened 1 year ago

yashtriyar commented 1 year ago

Given a 9*9 sudoku board, in which some entries are filled and others are 0 (0 indicates that the cell is empty),it finds out whether the Sudoku puzzle can be solved or not i.e. return true or false.