TheAlgorithms-C-Plus-Plus/backtracking
2022-08-24 19:29:21 -05:00
..
CMakeLists.txt [fix/docs]: Update backtracking folder (#916) 2020-08-07 14:35:59 -04:00
graph_coloring.cpp fix: Graph Coloring algorithm filename (#1982) 2022-08-11 13:41:41 -05:00
knight_tour.cpp [feat/fix/docs]: Improvements in the backtracking folder (#1553) 2021-10-29 13:05:46 -05:00
magic_sequence.cpp fix: Add return 0 in bactracking/magic_sequence.cpp (#1589) 2021-09-05 12:37:31 -05:00
minimax.cpp [feat/fix/docs]: Improvements in the backtracking folder (#1553) 2021-10-29 13:05:46 -05:00
n_queens_all_solution_optimised.cpp [feat/fix/docs]: Improvements in the backtracking folder (#1553) 2021-10-29 13:05:46 -05:00
n_queens.cpp [feat/fix/docs]: Improvements in the backtracking folder (#1553) 2021-10-29 13:05:46 -05:00
nqueen_print_all_solutions.cpp [feat/fix/docs]: Improvements in the backtracking folder (#1553) 2021-10-29 13:05:46 -05:00
rat_maze.cpp [feat/fix/docs]: Improvements in the backtracking folder (#1553) 2021-10-29 13:05:46 -05: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_solver.cpp fix: Sudoku Solver algorithm filename 2022-08-24 19:29:21 -05:00
wildcard_matching.cpp feat: Wildcard matching problem (#1552) 2021-08-07 19:29:46 -05:00