We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9889d28 commit 5437d09Copy full SHA for 5437d09
DIRECTORY.md
@@ -1260,6 +1260,7 @@
1260
* [Recursive Insertion Sort](sorts/recursive_insertion_sort.py)
1261
* [Recursive Mergesort Array](sorts/recursive_mergesort_array.py)
1262
* [Recursive Quick Sort](sorts/recursive_quick_sort.py)
1263
+ * [Reverse Selection Sort](sorts/reverse_selection_sort.py)
1264
* [Selection Sort](sorts/selection_sort.py)
1265
* [Shell Sort](sorts/shell_sort.py)
1266
* [Shrink Shell Sort](sorts/shrink_shell_sort.py)
0 commit comments