We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715a13a commit d955a84Copy full SHA for d955a84
README.md
@@ -25,5 +25,6 @@ Data Structures and Algorithms Patterns implemented in Python.
25
- [x] [Sorting Alogorithms](Sorting-Algo)
26
- [x] [Bubble Sort](Sorting-Algo/bubblesort.py)
27
- [x] [Insertion Sort](Sorting-Algo/insertionsort.py)
28
+ - [x] [Shell Sort](Sorting-Algo/shellsort.py)
29
- [x] [Selection Sort](Sorting-Algo/selectionsort.py)
30
0 commit comments