Combination Class

Package:
Combination Class
Summary:
Generate combinations of an array of values
Groups:
Algorithms, PHP 5
Author:
Ovunc Tukenmez
Description:
This class can be used to generate combinations of an array of values.

It takes an array of values and generates all possible combinations of those values including permutation of order of the values.

The class can be configured to only get unique combinations, i.e. identical combinations of values are not generated.


Powered by Gewgley