Java icon indicating copy to clipboard operation
Java copied to clipboard

Randomized closest 2 points algorithm

Open bri-harris opened this issue 5 months ago • 1 comments
trafficstars

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

bri-harris avatar May 30 '25 01:05 bri-harris

Codecov Report

Attention: Patch coverage is 88.88889% with 5 lines in your changes missing coverage. Please review.

Project coverage is 74.09%. Comparing base (b3c2c7a) to head (20d0d31). Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
...java/com/thealgorithms/randomized/ClosestPair.java 88.88% 2 Missing and 3 partials :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6251      +/-   ##
============================================
+ Coverage     73.98%   74.09%   +0.10%     
- Complexity     5346     5364      +18     
============================================
  Files           677      678       +1     
  Lines         18652    18697      +45     
  Branches       3621     3631      +10     
============================================
+ Hits          13800    13853      +53     
+ Misses         4294     4283      -11     
- Partials        558      561       +3     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar May 30 '25 01:05 codecov-commenter

@DenizAltunkapan could you take a look at infer?

siriak avatar Jun 01 '25 17:06 siriak

@DenizAltunkapan could you take a look at infer?

Of course @siriak . I'll take a look, when i find time

DenizAltunkapan avatar Jun 02 '25 14:06 DenizAltunkapan

The current build of facebook/infer is failing (see), which also causes our GitHub Actions workflow to fail. To temporarily stabilize our CI pipeline, I used the last known working commit. Once the upstream build is fixed, I will update our workflow to use the latest version again. I will open a new Pullrequest, when it's working again. 😄 @siriak @bri-harris

DenizAltunkapan avatar Jun 02 '25 22:06 DenizAltunkapan

@bri-harris still working on it?

DenizAltunkapan avatar Jun 19 '25 14:06 DenizAltunkapan