Combinatorics.jl
Combinatorics.jl copied to clipboard
Added Delannoy number function
Delannoy is one of the most common function used in Competitive Programming, therefore typed a dynamically programmed function for the same.
Codecov Report
Merging #89 into master will decrease coverage by
0.06%. The diff coverage is92.3%.
@@ Coverage Diff @@
## master #89 +/- ##
==========================================
- Coverage 95.58% 95.51% -0.07%
==========================================
Files 8 8
Lines 611 624 +13
==========================================
+ Hits 584 596 +12
- Misses 27 28 +1
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/numbers.jl | 98.86% <92.3%> (-1.14%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4d6c504...b5ab4d0. Read the comment docs.
Please do suggest any changes required or any extra additions needed to this PR. Thanks.