Skip to content

Add rotting oranges - #7542

Merged
DenizAltunkapan merged 5 commits into
TheAlgorithms:masterfrom
rsemwal1711:add-rotting-oranges
Jul 28, 2026
Merged

Add rotting oranges#7542
DenizAltunkapan merged 5 commits into
TheAlgorithms:masterfrom
rsemwal1711:add-rotting-oranges

Conversation

@rsemwal1711

@rsemwal1711 rsemwal1711 commented Jul 25, 2026

Copy link
Copy Markdown
Contributor
  • [ 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 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

codecov-commenter commented Jul 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.43590% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 80.34%. Comparing base (ad1de6b) to head (1d899db).

Files with missing lines Patch % Lines
...gorithms/datastructures/graphs/RottingOranges.java 97.43% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7542      +/-   ##
============================================
+ Coverage     80.31%   80.34%   +0.02%     
- Complexity     7406     7423      +17     
============================================
  Files           812      813       +1     
  Lines         23916    23955      +39     
  Branches       4707     4717      +10     
============================================
+ Hits          19208    19246      +38     
  Misses         3945     3945              
- Partials        763      764       +1     

☔ View full report in Codecov by Harness.
📢 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.

@rsemwal1711

Copy link
Copy Markdown
Contributor Author

Fixed all formatting issues according to clang-format. All checks are green and ready for review

@DenizAltunkapan
DenizAltunkapan enabled auto-merge (squash) July 28, 2026 21:11
@DenizAltunkapan
DenizAltunkapan merged commit cceeac7 into TheAlgorithms:master Jul 28, 2026
7 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