SandS.Algorithm.Library.Sort 2.0.2

.NET Framework
dotnet add package SandS.Algorithm.Library.Sort --version 2.0.2
NuGet\Install-Package SandS.Algorithm.Library.Sort -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: SandS.Algorithm.Library.Sort, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SandS.Algorithm.Library.Sort as a Cake Addin
#addin nuget:?package=SandS.Algorithm.Library.Sort&version=2.0.2

// Install SandS.Algorithm.Library.Sort as a Cake Tool
#tool nuget:?package=SandS.Algorithm.Library.Sort&version=2.0.2

Sort library. All sort are generic with IComparable constraint.
> Bogosort
> Bubble
> Insert
> Merge
> Pancake
> Quick

Product Versions
.NET Framework net
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
2.0.2 964 9/14/2016
2.0.1.2 813 8/11/2016
2.0.1.1 805 8/10/2016
2.0.1 797 8/10/2016
2.0.0 846 8/2/2016

Added IsArraySorted()