dpaukov / combinatoricslib3

Combinatorial objects stream generators for Java.
Apache License 2.0
177 stars 24 forks source link

Add the cartesian product with collection parameter #14

Closed FlorianCousin closed 3 years ago

FlorianCousin commented 3 years ago

There is currently one generator of Cartesian Product with varargs input. This PR adds another one with collection input.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.0007%) to 99.737% when pulling 063a52c3b52a0f1d700314c8d011a0b64146c5de on FlorianCousin:Add-collection-support-to-cartesian-product into dfc2c23062ea45881b81aee1ae5a3fde924386b4 on dpaukov:master.

FlorianCousin commented 3 years ago

Related to issue https://github.com/dpaukov/combinatoricslib3/issues/13.

dpaukov commented 3 years ago

Thank you for implementing this.