Skip to content

Commit 781b7f8

Browse files
ErfaniaaAnupKumarPanwar
authored andcommitted
Fix readme and duplicate (#967)
* Fix typo * Add all_permutations algorithm to backtracking directory * Update backtracking and D&C algorithms in README Update backtracking and divide_and_conquer algorithms in README * Remove the duplicated file
1 parent 839160f commit 781b7f8

File tree

2 files changed

+2
-73
lines changed

2 files changed

+2
-73
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
4545

4646
- [N Queens](./backtracking/n_queens.py)
4747
- [Sum Of Subsets](./backtracking/sum_of_subsets.py)
48+
- [All Subsequences](./backtracking/all_subsequences.py)
49+
- [All Permutations](./backtracking/all_permutations.py)
4850

4951
## Ciphers
5052

@@ -220,7 +222,6 @@ We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
220222
## Divide And Conquer
221223

222224
- [Max Subarray Sum](./divide_and_conquer/max_subarray_sum.py)
223-
- [Max Sub Array Sum](./divide_and_conquer/max_sub_array_sum.py)
224225
- [Closest Pair Of Points](./divide_and_conquer/closest_pair_of_points.py)
225226

226227
## Strings

divide_and_conquer/max_sub_array_sum.py

-72
This file was deleted.

0 commit comments

Comments
 (0)