Java icon indicating copy to clipboard operation
Java copied to clipboard

refactor: Enhance docs, add tests in `AVLSimple`

Open Hardvan opened this issue 1 year ago • 1 comments

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

Hardvan avatar Oct 29 '24 05:10 Hardvan

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 72.58%. Comparing base (bca8d0e) to head (33a4cc9).

Files with missing lines Patch % Lines
.../thealgorithms/datastructures/trees/AVLSimple.java 40.00% 2 Missing and 1 partial :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6057      +/-   ##
============================================
+ Coverage     72.40%   72.58%   +0.18%     
- Complexity     4983     4996      +13     
============================================
  Files           653      653              
  Lines         17574    17577       +3     
  Branches       3386     3386              
============================================
+ Hits          12724    12758      +34     
+ Misses         4371     4332      -39     
- Partials        479      487       +8     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Oct 29 '24 05:10 codecov-commenter

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

github-actions[bot] avatar Dec 02 '24 00:12 github-actions[bot]

Please reopen this pull request once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

github-actions[bot] avatar Dec 13 '24 00:12 github-actions[bot]