We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a3fa7 commit 6c84846Copy full SHA for 6c84846
DIRECTORY.md
@@ -12,6 +12,7 @@
12
* [Combination Sum](backtracking/combination_sum.py)
13
* [Crossword Puzzle Solver](backtracking/crossword_puzzle_solver.py)
14
* [Generate Parentheses](backtracking/generate_parentheses.py)
15
+ * [Generate Parentheses Iterative](backtracking/generate_parentheses_iterative.py)
16
* [Hamiltonian Cycle](backtracking/hamiltonian_cycle.py)
17
* [Knight Tour](backtracking/knight_tour.py)
18
* [Match Word Pattern](backtracking/match_word_pattern.py)
0 commit comments