We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c82e13 commit e77ab15Copy full SHA for e77ab15
sortingAlgo/ShellSort/Readme.md
@@ -19,7 +19,7 @@ Shell sort is an unstable sorting algorithm because this algorithm does not exam
19
20
### Space Complexity:
21
The space complexity for shell sort is **O(1)**
22
-### ## Shell Sort Applications:
+### Shell Sort Applications:
23
Shell sort is used when
24
1. calling a stack is overhead.
25
2. recursion exceeds a limit.
0 commit comments