Skip to content

Conversation

Hardvan
Copy link
Contributor

@Hardvan Hardvan commented Oct 2, 2024

  • 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-commenter commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.84%. Comparing base (ce6d98f) to head (d0ccec4).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5518      +/-   ##
============================================
+ Coverage     52.82%   52.84%   +0.01%     
  Complexity     3306     3306              
============================================
  Files           529      529              
  Lines         15361    15361              
  Branches       2926     2926              
============================================
+ Hits           8115     8117       +2     
+ Misses         6912     6911       -1     
+ Partials        334      333       -1     

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

@Hardvan Hardvan marked this pull request as ready for review October 2, 2024 11:44
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@siriak siriak enabled auto-merge (squash) October 3, 2024 07:10
@siriak siriak merged commit 7b934af into TheAlgorithms:master Oct 3, 2024
5 checks passed
@Hardvan
Copy link
Contributor Author

Hardvan commented Oct 3, 2024

Thanks!

@Hardvan Hardvan changed the title Improve comments, add function documentation in BinarySearch2dArray.java Improve comments, add function documentation in BinarySearch2dArray.java Oct 3, 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.

3 participants