A fast sorting algorithm for all datatypes using IComparable(ints, floats, decimals, strings, etc.).Outperforms generic mergesorts and leverages parallel processing for larger arrays.
Info
Version: | 2.0.0 |
Author(s): | Nicholas Pound |
Last Update: | Monday, February 27, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NPP.NickSort |
Install
Install-Package NPP.NickSort
dotnet add package NPP.NickSort
paket add NPP.NickSort
NPP.NickSort Download (Unzip the "nupkg" after downloading)
Dependencies
Tags