Info
Version: | 1.0.0 |
Author(s): | ronnygunawan |
Last Update: | Saturday, November 10, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ronnygunawan/StalinSort |
NuGet Url: | https://www.nuget.org/packages/StalinSort |
Install
Install-Package StalinSort
dotnet add package StalinSort
paket add StalinSort
StalinSort Download (Unzip the "nupkg" after downloading)
You iterate down the list of elements checking if they're in order. Any element which is out of order is eliminated.
At the end you have a sorted list.
Don't use this in production.