/ps-heapalgo-permutations

Generates all permutations of n objects with the heap algorithm.

Primary LanguagePowerShell

Permutations with the heap algorithm

PowerShell script to create permutations from an input array with the heap algorithm.

Example:

PS> Permutation.ps1 -ToPermute 1,2,3