SandS.Algorithm.Library.Sort
2.0.2
Sort library. All sort are generic with IComparable constraint.
> Bogosort
> Bubble
> Insert
> Merge
> Pancake
> Quick
Install-Package SandS.Algorithm.Library.Sort -Version 2.0.2
dotnet add package SandS.Algorithm.Library.Sort --version 2.0.2
<PackageReference Include="SandS.Algorithm.Library.Sort" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SandS.Algorithm.Library.Sort --version 2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SandS.Algorithm.Library.Sort, 2.0.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added IsArraySorted()
Dependencies
-
.NETFramework 4.6.1
- SandS.Algorithm.Common (>= 2.0.1.2)
- SandS.Algorithm.Extensions.EnumerableExtensions (>= 2.0.1.1)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SandS.Algorithm.Library.Sort:
Package | Downloads |
---|---|
SandS.Algorithms.Library
Now it's a metapackage for SandS algorithm packages:
> SandS.Algorithm.Library.Bitwise
> SandS.Algorithm.Library.FastObjectAllocator
> SandS.Algorithm.Library.Generator
> SandS.Algorithm.Library.Search
> SandS.Algorithm.Library.Sort
|
|
SandS.Algorithm.Library.Search
Searching algorithms. All methods are for IComparable.
> Binary
|
GitHub repositories
This package is not used by any popular GitHub repositories.