Skip to content

Commit

Permalink
Fix shell sort readme entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
becurrie committed Nov 4, 2019
1 parent 8f2e217 commit 628ef36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ Check the [releases](https://github.com/becurrie/py-sorts/releases) section to f
#### Sorts Available
| Sorts Available | | |
|-----------------------------------------------------------|---------------------------------------------------------------------|---------------------------------------------------|
| [Selection](https://en.wikipedia.org/wiki/Selection_sort) | [Merge](https://en.wikipedia.org/wiki/Merge_sort) | [Bogo](https://en.wikipedia.org/wiki/Bogosort) | [Shell](https://en.wikipedia.org/wiki/Shellsort) |
| [Selection](https://en.wikipedia.org/wiki/Selection_sort) | [Merge](https://en.wikipedia.org/wiki/Merge_sort) | [Bogo](https://en.wikipedia.org/wiki/Bogosort) |
| [Bubble](https://en.wikipedia.org/wiki/Bubble_sort) | [Quick](https://en.wikipedia.org/wiki/Quicksort) | [Radix](https://en.wikipedia.org/wiki/Radix_sort) |
| [Insertion](https://en.wikipedia.org/wiki/Insertion_sort) | [Recursive Insertion](https://en.wikipedia.org/wiki/Insertion_sort) | [Heap](https://en.wikipedia.org/wiki/Heapsort) |
| [Shell](https://en.wikipedia.org/wiki/Shellsort)

#### Arguments

Expand Down

0 comments on commit 628ef36

Please sign in to comment.