N8Brooks / combinatorics

🦕 Combinatorial generators including combinations, permutations, combinations with replacement, permutations with replacement, cartesian products, and power sets.
https://deno.land/x/combinatorics
MIT License
26 stars 1 forks source link

feat: expose length functions #14

Closed N8Brooks closed 2 years ago

N8Brooks commented 2 years ago

One possibility is to export length functions such as comb, perm. This may be useful for users.

N8Brooks commented 2 years ago

These are currently available in the _test.ts files.

N8Brooks commented 2 years ago

In order to keep dependencies as zero, factorial would have to be duplicated to each file. Because of this, I don't think it is a good idea.