Package : perl-Algorithm-ChooseSubsets > RPM : perl-Algorithm-ChooseSubsets-0.20.0-11.mga9.src.rpm

Basic items

Name perl-Algorithm-ChooseSubsets
Version 0.20.0
Release 11.mga9
URL https://metacpan.org/release/Algorithm-ChooseSubsets
Group Development/Perl
Summary OO interface to iterate through subsets of a list
Size 6KB
Arch noarch
License GPL+ or Artistic

Description

"Subsets" in this context refers to lists with elements taken
from the original list, and in the same order as the elements in the
original list. After creating the object, subsequent calls to next()
will return the next such list in lexicographic order (where the alphabet
is the original list).

If K is specified, only subsets of that size will be returned. If K
is omitted, all subsets will be returned, beginning with the empty set
and ending with the entire set. If the 'all' flag and a value for 'K' are
specified, subsets of size greater than or equal to K will be returned.

If a number, N, is used instead of a list, the list is taken to
be [0..N-1].

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 20:10:09
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie