frankbruno/gerador-combinacoes

There is no license information available for the latest version (v1.1) of this package.

Ferramenta responsável por gerar combinações agrupadas.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/frankbruno/gerador-combinacoes

v1.1 2017-09-12 12:18 UTC

This package is not auto-updated.

Last update: 2025-10-17 12:50:04 UTC


README

Latest Stable Version

Total Downloads

Latest Unstable Version

License

Monthly Downloads

Daily Downloads

composer.lock

Gerador de Combinações

Exemplo de geração de combinações:

Números de 1 a 5, agrupados de 3 em 3.

Resultado:

1,2
1,3
1,4
1,5
2,3
2,4
2,5
3,4
3,5
4,5