A collection of sorting network algorithms implemented in C#.
Info
Version: | 2.1.0 |
Author(s): | petarpetrovt and contributors |
Last Update: | Saturday, February 18, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/petarpetrovt/sorting-networks |
NuGet Url: | https://www.nuget.org/packages/SortingNetworks |
Install
Install-Package SortingNetworks
dotnet add package SortingNetworks
paket add SortingNetworks
SortingNetworks Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.6.1)
- System.Memory(>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
No dependencies.
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
Tags