Skip to content

Hopcroft karp Algorithm implementation and tests #6465

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

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

Conversation

ptzecher
Copy link

  • [x ] I have read CONTRIBUTING.md.
  • [ x] This pull request is all my own work -- I have not plagiarized it.
  • [ x] All filenames are in PascalCase.
  • [ x] All functions and variable names follow Java naming conventions.
  • [ x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [ x] All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2025

Codecov Report

❌ Patch coverage is 95.55556% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.11%. Comparing base (57c6b03) to head (be49e4b).

Files with missing lines Patch % Lines
...ain/java/com/thealgorithms/graph/HopcroftKarp.java 95.55% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6465      +/-   ##
============================================
+ Coverage     75.06%   75.11%   +0.05%     
- Complexity     5540     5556      +16     
============================================
  Files           685      686       +1     
  Lines         19219    19264      +45     
  Branches       3709     3719      +10     
============================================
+ Hits          14426    14470      +44     
+ Misses         4239     4238       -1     
- Partials        554      556       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DenizAltunkapan
Copy link
Collaborator

Please fix the failing checks @ptzecher

@ptzecher
Copy link
Author

it passed all checks.Is there anything else that can be done?

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.

3 participants