mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
6027480643
* feat: add well-formed parentheses generator * updating DIRECTORY.md * changes made * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update backtracking/generate_parentheses.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * chore: apply suggestions from code review * Update backtracking/generate_parentheses.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> * updating DIRECTORY.md --------- Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
generate_parentheses.cpp | ||
graph_coloring.cpp | ||
knight_tour.cpp | ||
magic_sequence.cpp | ||
minimax.cpp | ||
n_queens_all_solution_optimised.cpp | ||
n_queens.cpp | ||
nqueen_print_all_solutions.cpp | ||
rat_maze.cpp | ||
subarray_sum.cpp | ||
subset_sum.cpp | ||
sudoku_solver.cpp | ||
wildcard_matching.cpp |