DSC-Banasthali-Vidyapith / Code-Crossroad

This project contains the carefully compiled Data Structures & Algorithm questions asked by the companies that visit Banasthali Vidyapith on-campus.
MIT License
55 stars 78 forks source link

Solve_the_suduko (backtracking) #77

Closed SnehaAgarwal361 closed 3 years ago

SnehaAgarwal361 commented 3 years ago

I would like to solve this issue using the concept of backtracking and recursion with the time complexity of O(9^(nn)). For every unassigned index, there are 9 possible options so the time complexity of solving the sudoku will be nearly O(9^(nn)). Please assign this issue to me.

Vanshikagarg17 commented 3 years ago

You can start working on this issue. All the best!