dankogai / js-combinatorics

power set, combination, permutation and more in JavaScript
MIT License
742 stars 97 forks source link

Support for combination .nth(n) #43

Closed purgi closed 6 years ago

purgi commented 7 years ago

Hi,

Is there possibility to implement .nth(n) function for Combinatorics.combination ?