ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 113 forks source link

Sudoku Solver (Python) #243

Closed Akash20x closed 3 years ago

Akash20x commented 3 years ago

Related Issuse

Sudoku Solver Leetcode Problem

Closes: #225

Describe the changes you've made

Added a solution for the leetcode problem Sudoku Solver in python

Type of change

How Has This Been Tested?

This problem is tested on Leetcode platform

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

NA

Checklist:

Screenshots

Original Updated
original screenshot updated screenshot
ankitapuri commented 3 years ago

Create a folder of backtracking and in it a sub-folder of python and then add it there .

Akash20x commented 3 years ago

Ok