geekquad/AlgoBook

Backtracking Problems in Python

geekquad opened this issue · 13 comments

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.

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

Sure @Vrindagupta6828. Go ahead.

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

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

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

Please may I work on subset sum.

Assigning Subset Sum to @verma-shivani.

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

Assigning magnet puzzle to @SounakMandal.

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

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

hi there, can I contribute to this issue?