Skip to content
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

Added Delannoy number function #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

krish8484
Copy link

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

@codecov-io
Copy link

codecov-io commented Dec 31, 2019

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%) ⬇️

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.

@krish8484
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants