-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binomial, Factorial sequences added, existing updated with length parameter, minor refactors in AATreeTest, readme updated #199
Conversation
Codecov Report
@@ Coverage Diff @@
## master #199 +/- ##
==========================================
+ Coverage 92.52% 92.54% +0.01%
==========================================
Files 95 97 +2
Lines 4348 4385 +37
==========================================
+ Hits 4023 4058 +35
- Misses 325 327 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Could you make sequences infinite as they were before? Those sequences are infinite by their nature and we can take with .Take(n) or skip with .Skip(n) as many elements as we want.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you!
This reverts commit 2f24696.
Please include a summary of the change. Please also include relevant motivation and context (if applicable).