Module combination_iterator

Module combination_iterator 

Source
Expand description

§Combination Iterator

Utility struct and functions too support iterating though all possible t combinations of n elements (where t >= n).

Structs§

CombinationIterator
Structure to use to support iteration through all possible t combinations of n elements.