SandS.Algorithm.Library.Sort 2.0.1

.NET Framework
There is a newer version of this package available.
See the version list below for details.
dotnet add package SandS.Algorithm.Library.Sort --version 2.0.1
NuGet\Install-Package SandS.Algorithm.Library.Sort -Version 2.0.1
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.1" />
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.1
#r "nuget: SandS.Algorithm.Library.Sort, 2.0.1"
#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.1

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

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 962 9/14/2016
2.0.1.2 812 8/11/2016
2.0.1.1 803 8/10/2016
2.0.1 795 8/10/2016
2.0.0 844 8/2/2016

Minor fixes. Optimization.