implement Iterator::nth for Combinations#329
Conversation
|
I have rebased this on |
|
Thanks! I'll take a look at this soon. |
|
@fyrchik I've filed a PR adding a quickcheck test on your feature branch: fyrchik#1 That test case is finding differences between the output of your specialized The specialized version of |
|
I have reimplemented this and got rid of binomial coefficients. |
|
Thanks! Could you resolve the merge conflict? Also, note that the behavior of |
|
I have rebased on master. |
|
Hi @fyrchik, EDIT: Well, I see all your repositories are archived, I'm closing this. |
Hello!
I have implemented
nthmethod forCombinationsiterator.Closes #301 .
Let me know, what do you think. Other changes in tests are due to
rustfmt.