Info
Version: | 2.0.0 |
Author(s): | Adrian Akison, EoinC |
Last Update: | Friday, April 2, 2021 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/eoincampbell/combinatorics |
NuGet Url: | https://www.nuget.org/packages/Combinatorics |
Install
Install-Package Combinatorics
dotnet add package Combinatorics
paket add Combinatorics
Combinatorics Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.Portable.Compatibility(>= 1.0.1)
- NETStandard.Library(>= 1.6.0)
Tags
This nuget package wraps up Adrian Akison's original implementation. See: http://www.codeproject.com/Articles/26050/Permutations-Combinations-and-Variations-using-C-G.