Skip to content

Conversation

anijit18
Copy link

  • 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

@codecov-commenter
Copy link

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 ⚠️
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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

* @author Anijit Pandey
*/

public class UbiquitousBinarySearch{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add tests.

@siriak
Copy link
Member

siriak commented Oct 26, 2024

It's already implemented here

class BinarySearch implements SearchAlgorithm {

@siriak siriak closed this Oct 26, 2024
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.

4 participants