Conversation

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

@KevinMwita7KevinMwita7 changed the title Rr cache RR cache Jun 20, 2025
@codecov-commenter

Codecov Report

Attention: coverage is 95.41284% with 5 lines in your changes missing coverage. Please review.

Project coverage is 74.28%. Comparing base (13d8a28) to head (dfe5a7a).

Files with missing lines%Lines
...m/thealgorithms/datastructures/caches/RRCache.java95.41%3 Missing and 2 partials⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6307      +/-   ##
============================================
+ Coverage     74.14%   74.28%   +0.14%     
- Complexity     5360     5388      +28     
============================================
  Files           678      679       +1     
  Lines         18686    18795     +109     
  Branches       3625     3642      +17     
============================================
+ Hits          13854    13962     +108     
- Misses         4275     4276       +1     
  Partials        557      557              

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

# Conflicts:
#	src/test/java/com/thealgorithms/datastructures/caches/RRCacheTest.java
@KevinMwita7KevinMwita7 marked this pull request as ready for review June 20, 2025 21:43
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.