Skip to content

Commit 82c4586

Browse files
authored
Link other sorting packages; add dependents badge (#66)
1 parent 60ec76a commit 82c4586

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Sorting Algorithms
22

3-
[![Build status](https://github.com/JuliaLang/SortingAlgorithms.jl/workflows/CI/badge.svg)](https://github.com/JuliaLang/SortingAlgorithms.jl/actions?query=workflow%3ACI+branch%3Amaster)
3+
[![Build status](https://github.com/JuliaLang/SortingAlgorithms.jl/workflows/CI/badge.svg)](https://github.com/JuliaLang/SortingAlgorithms.jl/actions?query=workflow%3ACI+branch%3Amaster)
44
[![Coverage Status](https://coveralls.io/repos/JuliaLang/SortingAlgorithms.jl/badge.svg)](https://coveralls.io/r/JuliaLang/SortingAlgorithms.jl)
5+
[![deps](https://juliahub.com/docs/SortingAlgorithms/deps.svg)](https://juliahub.com/ui/Packages/SortingAlgorithms/6dCmw?t=2)
56

67
The `SortingAlgorithms` package provides three sorting algorithms that can be used with Julia's [standard sorting API](https://docs.julialang.org/en/v1/base/sort/):
78

@@ -79,3 +80,9 @@ The `SortingAlgorithms` package provides three sorting algorithms that can be us
7980
3.23942
8081
```
8182

83+
## Other packages that provide sorting algorithms
84+
85+
While SortingAlgorithms.jl is the most widely used sorting package in the Julia ecosystem, other packages are available:
86+
- https://github.com/xiaodaigh/SortingLab.jl
87+
- https://github.com/JeffreySarnoff/SortingNetworks.jl
88+
- https://github.com/nlw0/ChipSort.jl

0 commit comments

Comments
 (0)