Permutator
Package:
Summary:
Generate permutations of elements of an array
Groups:
Author:
Description:
This class can be used to generate permutations of elements of an array.
It takes an array as parameter and generate arrays with permutations of its elements.
The class calls a given callback function to process the generated permutation arrays in user defined way.
It takes an array as parameter and generate arrays with permutations of its elements.
The class calls a given callback function to process the generated permutation arrays in user defined way.
Comments are closed.