Home

Awesome

Build status

This project contains the Combinatorics Implementations of Adrian Akison, taken from his excellent CodeProject Article http://www.codeproject.com/Articles/26050/Permutations-Combinations-and-Variations-using-C-G

"Combinatorics has many applications within computer science for solving complex problems. However, it is under-represented in libraries since there is little application of Combinatorics in business applications. Fortunately, the science behind it has been studied by mathematicians for centuries, and is well understood and well documented. However, mathematicians are focused on how many elements will exist within a Combinatorics problem, and have little interest in actually going through the work of creating those lists. Enter computer science to actually construct these massive collections."

You can install the package from Nuget

PM> Install-Package Combinatorics