TheAlgorithms-C-Plus-Plus/backtracking
Swastika Gupta faa58ed190
feat: Wildcard matching problem (#1552)
* wildcard matching

* Update backtracking/wildcard_matching.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update backtracking/wildcard_matching.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update backtracking/wildcard_matching.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for b2e0dbe0

* Update wildcard_matching.cpp

* clang-format and clang-tidy fixes for cae3a923

* Update backtracking/wildcard_matching.cpp

Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com>

* clang-format and clang-tidy fixes for 82338785

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com>
2021-08-07 19:29:46 -05:00
..
CMakeLists.txt [fix/docs]: Update backtracking folder (#916) 2020-08-07 14:35:59 -04:00
graph_coloring.cpp feat: Add the Subarray Sum implementation (#1527) 2021-07-21 14:22:16 -05:00
knight_tour.cpp [fix/docs]: Update backtracking folder (#916) 2020-08-07 14:35:59 -04:00
magic_sequence.cpp feat: solving magic sequence problem with backtracking (#1533) 2021-07-17 15:36:19 +05:30
minimax.cpp [fix/docs]: Update backtracking folder (#916) 2020-08-07 14:35:59 -04:00
n_queens_all_solution_optimised.cpp [fix/docs]: Improve backtracking/n_queens_all_solution_optimised.cpp (#1041) 2020-10-19 14:59:20 -05:00
n_queens.cpp docs: Remove file name 2020-08-13 17:03:56 -05:00
nqueen_print_all_solutions.cpp [fix/docs]: Improve backtracking/nqueen_print_all_solutions.cpp (#1049) 2020-08-26 12:57:21 -05:00
rat_maze.cpp [fix/docs]: Improve backtracking/rat_maze.cpp (#1084) 2020-10-16 09:07:20 -04:00
subarray_sum.cpp feat: Add the Subarray Sum implementation (#1527) 2021-07-21 14:22:16 -05:00
subset_sum.cpp Create subset_sum.cpp (#1517) 2021-07-12 20:19:03 -05:00
sudoku_solve.cpp feat: added highlighting differences in Sudoku Solver (#1438) 2021-01-05 15:10:27 +05:30
wildcard_matching.cpp feat: Wildcard matching problem (#1552) 2021-08-07 19:29:46 -05:00