Java icon indicating copy to clipboard operation
Java copied to clipboard

LowestSetBit implementation and tests added

Open prayas7102 opened this issue 1 year ago • 3 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

prayas7102 avatar Oct 04 '24 07:10 prayas7102

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.55%. Comparing base (f34fe4d) to head (42edc75).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5567      +/-   ##
============================================
- Coverage     54.56%   54.55%   -0.01%     
- Complexity     3413     3415       +2     
============================================
  Files           535      536       +1     
  Lines         15383    15385       +2     
  Branches       2935     2935              
============================================
  Hits           8393     8393              
- Misses         6637     6638       +1     
- Partials        353      354       +1     

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

codecov-commenter avatar Oct 04 '24 07:10 codecov-commenter

Please fix build and Clang PR checks

siriak avatar Oct 04 '24 17:10 siriak

Please fix build and Clang PR checks

Build and Clang checks have successfully passed.

prayas7102 avatar Oct 04 '24 19:10 prayas7102