Skip to content

Commit e77ab15

Browse files
authored
Update Readme.md
1 parent 7c82e13 commit e77ab15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sortingAlgo/ShellSort/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Shell sort is an unstable sorting algorithm because this algorithm does not exam
1919

2020
### Space Complexity:
2121
The space complexity for shell sort is **O(1)**
22-
### ## Shell Sort Applications:
22+
### Shell Sort Applications:
2323
Shell sort is used when
2424
1. calling a stack is overhead.
2525
2. recursion exceeds a limit.

0 commit comments

Comments
 (0)