Py-Contributors / AlgorithmsAndDataStructure

Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you
https://codeperfectplus.com/
MIT License
948 stars 642 forks source link

Sudoku Solver using Backtracking Algorithm #21

Closed codeperfectplus closed 4 years ago

codeperfectplus commented 4 years ago

Please fill all details for a better explanation of the issue. Add files to the proper folder. Ask for Assigned before making PR.

Title - Sudoku Solver using Backtracking Algorithm

what will change -

Type of Issue -

Please add/delete options that are not relevant.

Programming Language

Please add/delete options that are not relevant.

Note - One Change in one Pull Request Happy Coding,

mukuakhilesh commented 4 years ago

As I get, here the code of Sudoku Solving with Backtracking is to be implemented in both C++ and python. @codePerfectPlus can you clarify that we just need to add the solution with and example in both language. And can you assign this issue to me.

codeperfectplus commented 4 years ago

Welcome to Py-contributors, yes, we have the issue to add sudoku solver using backtracking in Python and C++.

You want to solve it in python or C++

mukuakhilesh commented 4 years ago

I can do it in both Python and C++.

codeperfectplus commented 4 years ago

Happy Coding

GhostUser commented 4 years ago

pls assign i'll add a well written code

mukuakhilesh commented 4 years ago

I @GhostUser I have almost completed this part. You can open a new issue for any other algorithms which has not been added in repo or issues till now. P.S. See in Dynamic Programming, many common algo has not been implemented till now.

GhostUser commented 4 years ago

@mukuakhilesh No issues, I'll do that

mukuakhilesh commented 4 years ago

@codePerfectPlus can you confirm, I can already see a SudokuSolver code in python #113 .

Also, one PR is open for C++ #260. But, this is in separate folder. Mine is for Backtracking folder-C++. So, is the PR for this really needed ?

codeperfectplus commented 4 years ago

@mukuakhilesh you can create sudoku solver in c++ using backtracking.

codeperfectplus commented 4 years ago

leave the Python sudoku it's already done.