Backtracking
Bharath-KumarReddy opened this issue · 1 comments
Bharath-KumarReddy commented
I want to add some more Backtracking Algorithms Like --
- warnsdorff's algo
- find all distinct subsets of a given set
- find paths from corner cell to middle cell in maze
- longest possible Route in matrix with hurdles
- Hamiltonian cycle
- sudoko puzzle solver
- printing all possible permutations
- find all subsets
- Tug of war
- power set Lexicographically
- word break
- Knights tour
- N QUEUE
- Rat in maze
- Subset sum
- Remove Invalid Parenthesis
Can you please assign this, I am interested to contribute myself in hacktoberfest_23 : )
Examples
No response
Possible workarounds
No response
Additional information
No response
appgurueu commented
Sorry, but we won't assign you 16 backtracking algorithms. Just check that we don't already have them, and feel free to open PRs adhering to our contribution guidelines (with a proper implementation, JSDoc comment(s), and tests). After a brief look, these all sound algorithmically interesting. I'd prefer algorithms that solve general problems (like hamiltonian cycle) over oddly specific algorithms / programming problems.