Skip to content

MoveHashToEnd#7302

Open
ShyamChavda005 wants to merge 2 commits intoTheAlgorithms:masterfrom
ShyamChavda005:two-pointer
Open

MoveHashToEnd#7302
ShyamChavda005 wants to merge 2 commits intoTheAlgorithms:masterfrom
ShyamChavda005:two-pointer

Conversation

@ShyamChavda005
Copy link

@ShyamChavda005 ShyamChavda005 commented Mar 7, 2026

  • 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 algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.35%. Comparing base (8b41533) to head (452442c).

Files with missing lines Patch % Lines
...in/java/com/thealgorithms/twopointer/MoveHash.java 0.00% 18 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7302      +/-   ##
============================================
- Coverage     79.41%   79.35%   -0.07%     
+ Complexity     7060     7059       -1     
============================================
  Files           788      789       +1     
  Lines         23129    23147      +18     
  Branches       4548     4551       +3     
============================================
- Hits          18369    18368       -1     
- Misses         4024     4042      +18     
- Partials        736      737       +1     

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

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