Skip to content

Commit 68e704d

Browse files
authored
Update README.md
delete duplicate description about shell sort
1 parent 1d531d1 commit 68e704d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,6 @@ __Properties__
119119
* Average case performance O(log n)
120120
* Worst case space complexity O(1)
121121

122-
From [Wikipedia][shell-wiki]: Shellsort is a generalization of insertion sort that allows the exchange of items that are far apart. The idea is to arrange the list of elements so that, starting anywhere, considering every nth element gives a sorted list. Such a list is said to be h-sorted. Equivalently, it can be thought of as h interleaved lists, each individually sorted.
123-
124-
__Properties__
125-
* Worst case performance O(nlog2 2n)
126-
* Best case performance O(n log n)
127-
* Average case performance depends on gap sequence
128-
129-
130122
[bubble-toptal]: https://www.toptal.com/developers/sorting-algorithms/bubble-sort
131123
[bubble-wiki]: https://en.wikipedia.org/wiki/Bubble_sort
132124
[bubble-image]: https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/Bubblesort-edited-color.svg/220px-Bubblesort-edited-color.svg.png "Bubble Sort"

0 commit comments

Comments
 (0)