TheAlgorithms-C-Plus-Plus/backtracking
David Leal fe692e8e01
fix: CI workflow not being able to commit to the master branch (#1840)
* fix: CI workflow not being able to commit to...

...the `master` branch.
This is due to the branch protection: we cannot add `github-actions` as administrator to skip the protection. So let's add my name which has administrator permissions, that should work.

UNTESTED, might not work.

* Let's test it

* updating DIRECTORY.md

Co-authored-by: David <Panquesito7@users.noreply.github.com>
2022-01-01 20:46:47 -06:00
..
CMakeLists.txt [fix/docs]: Update backtracking folder (#916) 2020-08-07 14:35:59 -04:00
graph_coloringg.cpp fix: CI workflow not being able to commit to the master branch (#1840) 2022-01-01 20:46:47 -06: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_solve.cpp [feat/fix/docs]: Improvements in the backtracking folder (#1553) 2021-10-29 13:05:46 -05:00
wildcard_matching.cpp feat: Wildcard matching problem (#1552) 2021-08-07 19:29:46 -05:00