Combinatorics.jl icon indicating copy to clipboard operation
Combinatorics.jl copied to clipboard

Added Delannoy number function

Open krish8484 opened this issue 5 years ago • 2 comments

Delannoy is one of the most common function used in Competitive Programming, therefore typed a dynamically programmed function for the same.

krish8484 avatar Dec 31 '19 13:12 krish8484

Codecov Report

Merging #89 into master will decrease coverage by 0.06%. The diff coverage is 92.3%.

Impacted file tree graph

@@            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 data Powered by Codecov. Last update 4d6c504...b5ab4d0. Read the comment docs.

codecov-io avatar Dec 31 '19 13:12 codecov-io

Please do suggest any changes required or any extra additions needed to this PR. Thanks.

krish8484 avatar Dec 31 '19 14:12 krish8484