Skip to content

Conversation

@sairamsharan
Copy link
Contributor

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

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2025

Codecov Report

❌ Patch coverage is 76.56250% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.33%. Comparing base (0837424) to head (78d950c).

Files with missing lines Patch % Lines
...a/com/thealgorithms/graph/HierholzerAlgorithm.java 76.56% 5 Missing and 10 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6726      +/-   ##
============================================
- Coverage     78.34%   78.33%   -0.01%     
- Complexity     6621     6639      +18     
============================================
  Files           747      748       +1     
  Lines         22036    22100      +64     
  Branches       4322     4340      +18     
============================================
+ Hits          17264    17313      +49     
- Misses         4085     4090       +5     
- Partials        687      697      +10     

☔ 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.

@sairamsharan sairamsharan force-pushed the feat-hierholzer-algorithm branch from cc180be to 568913c Compare October 11, 2025 06:36
@sairamsharan sairamsharan force-pushed the feat-hierholzer-algorithm branch from d24cf14 to 96bd4fc Compare October 11, 2025 07:01
Copy link
Member

@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.

@sairamsharan Thank you for your contribution. Please remove ChatGPT-like "FINAL FIX" comments.

@sairamsharan
Copy link
Contributor Author

@DenizAltunkapan Just a quick reminder about this PR. I've addressed the previous comments and would appreciate it if you could take another look when you have a moment. Thanks!

Copy link
Member

@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.

thank you for your contribution @sairamsharan

@DenizAltunkapan DenizAltunkapan enabled auto-merge (squash) November 2, 2025 10:33
@DenizAltunkapan DenizAltunkapan merged commit d717ca4 into TheAlgorithms:master Nov 2, 2025
6 checks passed
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