Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 618 forks source link

Sudoku Solver Backtracking #42

Open noob-26 opened 3 years ago

noob-26 commented 3 years ago

Can I work on Backtracking problems like Sudoku solver, N Queens and finding all subsets?

Vish-07 commented 3 years ago

Heyy!! I would love to do bactracking problems of rat maze, color filling algorithm, n queens problem under mentorship of GSSOC'21. Will you please assign this task to me?

rudrakshi99 commented 3 years ago

@noob-26 mention the language in which you want to add the code.

noob-26 commented 3 years ago

C++

noob-26 commented 3 years ago

I want to contribute to this repo as part of GSSoC 2021. So should I make the PR after 8th March, when the coding period starts?

rudrakshi99 commented 3 years ago

@noob-26 Yes so that your point will be counted in GSSoC.

noob-26 commented 3 years ago

Thanks a lot for the help.

mgncodes commented 3 years ago

Hello! I'd like to add solutions to some famous backtracking problems in Python 3 as a part of GSSoC '21. It would be very helpful if you assign this issue to me. @rudrakshi99 @raksha009

mgncodes commented 3 years ago

Hi, I have made a PR with the solution for N-queens problem for this issue #350 . Kindly do the needful. @rudrakshi99 @raksha009

rudrakshi99 commented 3 years ago

Can I work on Backtracking problems like Sudoku solver, N Queens and finding all subsets?

Please make separate issues for each algorithm and you will work on a sudoku solver in this issue.

noob-26 commented 3 years ago

@rudrakshi99 Please can you review my code for the Sudoku solver problem Pull request #735

raksha009 commented 3 years ago

Hello! I'd like to add solutions to some famous backtracking problems in Python 3 as a part of GSSoC '21. It would be very helpful if you assign this issue to me. @rudrakshi99 @raksha009

Heyy, this issue wasn't assigned to you. Plz create a pr only after the issue is assigned. Also, if you wanna work on this problem. Plz create a different issue addressing to only 1 problem. Closing your pr for now.

mgncodes commented 3 years ago

Hello! I'd like to add solutions to some famous backtracking problems in Python 3 as a part of GSSoC '21. It would be very helpful if you assign this issue to me. @rudrakshi99 @raksha009

Heyy, this issue wasn't assigned to you. Plz create a pr only after the issue is assigned. Also, if you wanna work on this problem. Plz create a different issue addressing to only 1 problem. Closing your pr for now.

Hi, Sorry for the mistake. I have created a separate issue #1320 . Kindly do the needful. @raksha009

raksha009 commented 3 years ago

Hello! I'd like to add solutions to some famous backtracking problems in Python 3 as a part of GSSoC '21. It would be very helpful if you assign this issue to me. @rudrakshi99 @raksha009

Heyy, this issue wasn't assigned to you. Plz create a pr only after the issue is assigned. Also, if you wanna work on this problem. Plz create a different issue addressing to only 1 problem. Closing your pr for now.

Hi, Sorry for the mistake. I have created a separate issue #1320 . Kindly do the needful. @raksha009

Heyy, the issue is already present and assigned. Please look for other issues :)

yashmita commented 3 years ago

I would like to work on this issue in Java. Kindly assign it to me @raksha009.

raksha009 commented 3 years ago

Hello! I'd like to add solutions to some famous backtracking problems in Python 3 as a part of GSSoC '21. It would be very helpful if you assign this issue to me. @rudrakshi99 @raksha009

Go ahead with sudoku solver in python