We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839160f commit c476210Copy full SHA for c476210
README.md
@@ -45,6 +45,8 @@ We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
45
46
- [N Queens](./backtracking/n_queens.py)
47
- [Sum Of Subsets](./backtracking/sum_of_subsets.py)
48
+- [All Subsequences](./backtracking/all_subsequences.py)
49
+- [All Permutations](./backtracking/all_permutations.py)
50
51
## Ciphers
52
@@ -220,7 +222,6 @@ We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
220
222
## Divide And Conquer
221
223
224
- [Max Subarray Sum](./divide_and_conquer/max_subarray_sum.py)
-- [Max Sub Array Sum](./divide_and_conquer/max_sub_array_sum.py)
225
- [Closest Pair Of Points](./divide_and_conquer/closest_pair_of_points.py)
226
227
## Strings
0 commit comments