ankitapuri / DSA-guide

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

Sudoku Solver (Python) #244

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
Akash20x commented 3 years ago

OK i will check again and update it

Akash20x commented 3 years ago

Please now check my pull request

ankitapuri commented 3 years ago

Please now check my pull request

image Its showing this error in my local machine as well as online compiler

Akash20x commented 3 years ago

I changed the code and it works fine on online compiler also. Please check it

ankitapuri commented 3 years ago

Just make the output look like a board , rest everything is fine 👍

Akash20x commented 3 years ago

Ok

Akash20x commented 3 years ago

Please merge my pull request