Skip to content

Commit 5437d09

Browse files
committed
updating DIRECTORY.md
1 parent 9889d28 commit 5437d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,7 @@
12601260
* [Recursive Insertion Sort](sorts/recursive_insertion_sort.py)
12611261
* [Recursive Mergesort Array](sorts/recursive_mergesort_array.py)
12621262
* [Recursive Quick Sort](sorts/recursive_quick_sort.py)
1263+
* [Reverse Selection Sort](sorts/reverse_selection_sort.py)
12631264
* [Selection Sort](sorts/selection_sort.py)
12641265
* [Shell Sort](sorts/shell_sort.py)
12651266
* [Shrink Shell Sort](sorts/shrink_shell_sort.py)

0 commit comments

Comments
 (0)