MergeSort NuGet Package

Simple generic mergesort method implement the mergersort algorithm (since in c# sort method uses quick sort).

To use simple invoke the static method:

For version 1.1.6: use MergeSort<T>.Sort(IEnumerable<T> tosort), it returns result in IEnumerable<T> type.

For version 1.0.0: use MergeSort<T>.Sort(List<T> tosort), it returns in List<T> type.




Got any MergeSort Question?





Info

Version: 1.1.6
Author(s): Rusted Wizard
Last Update: Saturday, March 16, 2019
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/MergeSort


Install
Install-Package MergeSort
dotnet add package MergeSort
paket add MergeSort
MergeSort Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

1861