Skip to content

Oziomajnr/C--Permutation

Repository files navigation

C# Permutation

C# implementation of Heaps algorithm to help get all the posible permutation of an array of objects.

Heaps Algorithm can be found from its Wikipedia page.

This implementation can produce the permutation of the array of any type because it uses a generic implementation.

How to use

To use, after you clone the project and compile, the dll is located in the folder {Solution Folder}\Permutation\bin\Debug\Permutation.dll if you built the project in debug mode or {Solution Folder}\Permutation\bin\Release\Permutation.dll

If however, you have built the project in release mode, after adding the dll you can now use the generic permutation class and the permutation method in the class to permutate an array of objects.

Contributions

Your Contributions are welcome. Cakes Up!

Author(s)

About

A C# library for generating Permutation of objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages