Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
DenizAltunkapan merged 4 commits into TheAlgorithms:master from ptzecher:Hopcroft-Karp-branch
Aug 14, 2025

Conversation

Copy link
Contributor

@ptzecher ptzecher commented Aug 13, 2025

  • [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

Copy link

codecov-commenter commented Aug 13, 2025
edited
Loading

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.

Copy link
Collaborator

Please fix the failing checks @ptzecher

Copy link
Contributor Author

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

Copy link
Collaborator

@DenizAltunkapan DenizAltunkapan left a comment

Choose a reason for hiding this comment

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

Well done.

@DenizAltunkapan DenizAltunkapan merged commit 657f433 into TheAlgorithms:master Aug 14, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@DenizAltunkapan DenizAltunkapan DenizAltunkapan approved these changes

@yanglbme yanglbme Awaiting requested review from yanglbme yanglbme is a code owner

@vil02 vil02 Awaiting requested review from vil02

@alxkm alxkm Awaiting requested review from alxkm alxkm is a code owner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /