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

Reorganizing Dynamic Programming Problems - Contribution#398 #403

Merged
merged 5 commits into from
Oct 7, 2023

Conversation

craftycoder07
Copy link
Contributor

  • [ x] I have performed a self-review of my code
  • [ x] My code follows the style guidelines of this project
  • [ x] I have added tests that prove my fix is effective or that my feature works
  • [ x] New and existing unit tests pass locally with my changes
  • [ x] Comments in areas I changed are up to date
  • [ x] I have added comments to hard-to-understand areas of my code
  • [ x] I have made corresponding changes to the README.md

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (38a0922) 95.90% compared to head (ea5f701) 95.90%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #403   +/-   ##
=======================================
  Coverage   95.90%   95.90%           
=======================================
  Files         222      222           
  Lines        9258     9258           
=======================================
  Hits         8879     8879           
  Misses        379      379           
Files Coverage Δ
...cProgramming/CoinChange/DynamicCoinChangeSolver.cs 100.00% <ø> (ø)
...ramming/LevenshteinDistance/LevenshteinDistance.cs 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

1) Simplified fully qualified name in LevenshteinDistance test cases.
2) Reverted .csproj files.
Algorithms/Algorithms.csproj Outdated Show resolved Hide resolved
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@siriak siriak enabled auto-merge (squash) October 7, 2023 17:20
@siriak siriak merged commit e5cd1f5 into TheAlgorithms:master Oct 7, 2023
4 checks passed
@craftycoder07 craftycoder07 deleted the Contribution398 branch October 16, 2023 13:59
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.

None yet

2 participants