Skip to content

Commit d955a84

Browse files
committed
README.md
1 parent 715a13a commit d955a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ Data Structures and Algorithms Patterns implemented in Python.
2525
- [x] [Sorting Alogorithms](Sorting-Algo)
2626
- [x] [Bubble Sort](Sorting-Algo/bubblesort.py)
2727
- [x] [Insertion Sort](Sorting-Algo/insertionsort.py)
28+
- [x] [Shell Sort](Sorting-Algo/shellsort.py)
2829
- [x] [Selection Sort](Sorting-Algo/selectionsort.py)
2930

0 commit comments

Comments
 (0)