dankogai/js-combinatorics

Specify the maximum items count for `combination`

Closed this issue · 1 comments

Unless I am mistaken, if we have more than 31 items we should use bigCombination instead of combination? It might be helpful for people to clarify this in the README, for example.

Thanks for this great work! :)

Version 1 and better uses native iterator and BigInt so bigCombination is no longer needed.