Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backtracking Problems in Python #373

Closed
7 tasks done
geekquad opened this issue Dec 7, 2020 · 13 comments
Closed
7 tasks done

Backtracking Problems in Python #373

geekquad opened this issue Dec 7, 2020 · 13 comments

Comments

@geekquad
Copy link
Owner

geekquad commented Dec 7, 2020

Implementation of the following in Python:

  • The Knight’s tour problem

  • Rat in a Maze

  • N Queen Problem

  • Subset Sum

  • m Coloring Problem

  • Hamiltonian Cycle

  • Magnet Puzzle

To be merged in "python/backtracking" folder.

@Vrindagupta6828
Copy link
Contributor

@geekquad Please assign this to me .
I want to add N Queen's problem, Rat in a Maze.

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Sure @Vrindagupta6828. Go ahead.

@Vrindagupta6828
Copy link
Contributor

I would like to add hamilton cycle and m coloring problem in this too

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Hey @Vrindagupta6828, you want to work on these two as well?

@Vrindagupta6828
Copy link
Contributor

Yes

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Assigning you with hamilton cycle and m coloring problem @Vrindagupta6828.

@verma-shivani
Copy link
Contributor

Please may I work on subset sum.

@geekquad
Copy link
Owner Author

geekquad commented Dec 7, 2020

Assigning Subset Sum to @verma-shivani.

@SounakMandal
Copy link
Contributor

Hi, I want to work on the magnet puzzle. Can I be assigned the issue?

@geekquad
Copy link
Owner Author

geekquad commented Dec 8, 2020

Assigning magnet puzzle to @SounakMandal.

@Abhi-Kmr2046
Copy link
Contributor

I want to work on the "The Knight’s tour problem".

@geekquad
Copy link
Owner Author

geekquad commented Dec 9, 2020

Assigning The Knight’s tour problem to @Abhi-Kmr2046.

geekquad added a commit that referenced this issue Dec 12, 2020
[See #373] Added Rat_in_a_maze in python
geekquad added a commit that referenced this issue Dec 13, 2020
[See #373] Added N_Queen's_Problem in python
geekquad added a commit that referenced this issue Dec 13, 2020
[See #373] Added Hamilton_Cycle in python
geekquad added a commit that referenced this issue Dec 13, 2020
[See #373] Added m_Coloring_Problem in python
@Pranjal-dew
Copy link

hi there, can I contribute to this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants