You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/):
7
8
@@ -79,3 +80,9 @@ The `SortingAlgorithms` package provides three sorting algorithms that can be us
79
80
3.23942
80
81
```
81
82
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:
0 commit comments