Skip to content

Generates all permutations of n objects with the heap algorithm.

Notifications You must be signed in to change notification settings

fabrisodotps1/ps-heapalgo-permutations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

Generates all permutations of n objects with the heap algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published