Skip to content

Commit 7644376

Browse files
authored
Update readme.md
added Instruction for Running code.
1 parent e77ab15 commit 7644376

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sortingAlgo/ShellSort/Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ Shell sort is used when
2424
1. calling a stack is overhead.
2525
2. recursion exceeds a limit.
2626
3. Insertion sort does not perform well when the close elements are far apart. Shell sort helps in reducing the distance between the close elements. Thus, there will be less number of swappings to be performed.
27+
28+
### Instruction for Running code:
29+
30+
- Python
31+
32+
python3 ShellSort\.py

0 commit comments

Comments
 (0)