Java icon indicating copy to clipboard operation
Java copied to clipboard

Ubiquitous Binary Search added

Open anijit18 opened this issue 1 year ago • 1 comments

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

anijit18 avatar Oct 15 '24 15:10 anijit18

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 66.54%. Comparing base (3e10f8f) to head (4be7ced).

Files with missing lines Patch % Lines
...thealgorithms/searches/UbiquitousBinarySearch.java 0.00% 9 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5850      +/-   ##
============================================
- Coverage     66.57%   66.54%   -0.04%     
+ Complexity     4451     4450       -1     
============================================
  Files           606      607       +1     
  Lines         16839    16848       +9     
  Branches       3240     3242       +2     
============================================
  Hits          11211    11211              
- Misses         5181     5190       +9     
  Partials        447      447              

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

codecov-commenter avatar Oct 15 '24 15:10 codecov-commenter

It's already implemented here https://github.com/TheAlgorithms/Java/blob/9dbdaf6afbff7a05bf17ba46f9a978a4d8704dfd/src/main/java/com/thealgorithms/searches/BinarySearch.java#L18

siriak avatar Oct 26 '24 08:10 siriak