Skip to content

Commit 9f26a0c

Browse files
committed
Update README.md
1 parent d90df83 commit 9f26a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shell Sort/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ n = floor(5/2) = 2
2323
i = 0 64 23 72 33 4
2424
`` `` ``
2525
64 23 4 33 72
26-
4 23 64 33 72
26+
4 23 64 33 72
2727

2828
i = 1 4 23 64 33 72
2929
`` ``
@@ -42,4 +42,4 @@ Each item in sublist is compared against each other, if the condition is met, th
4242

4343
[Shellsort on Wikipedia](https://en.wikipedia.org/wiki/Shellsort)
4444

45-
*Written for Swift Algorithm Club by [Mike Taghavi](https://github.com/mitghi)*
45+
*Written for Swift Algorithm Club by [Mike Taghavi](https://github.com/mitghi)*

0 commit comments

Comments
 (0)