mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Add/generate parentheses iterative approach (#10024)
* Generate parantheses iterative * Generate parantheses iterative * Generating parantheses code using iterative approach * Update generate_parentheses_iterative.py * updating DIRECTORY.md * Update generate_parentheses_iterative.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update generate_parentheses_iterative.py * Update generate_parentheses_iterative.py * Update generate_parentheses_iterative.py --------- Co-authored-by: nightmare10123 <pgadekar10123@gmail.com> Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru> Co-authored-by: MaximSmolskiy <MaximSmolskiy@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e6b5d26d5c
commit
84f101ca6e
@@ -12,6 +12,7 @@
|
||||
* [Combination Sum](backtracking/combination_sum.py)
|
||||
* [Crossword Puzzle Solver](backtracking/crossword_puzzle_solver.py)
|
||||
* [Generate Parentheses](backtracking/generate_parentheses.py)
|
||||
* [Generate Parentheses Iterative](backtracking/generate_parentheses_iterative.py)
|
||||
* [Hamiltonian Cycle](backtracking/hamiltonian_cycle.py)
|
||||
* [Knight Tour](backtracking/knight_tour.py)
|
||||
* [Match Word Pattern](backtracking/match_word_pattern.py)
|
||||
|
||||
Reference in New Issue
Block a user