Skip to content

Conversation

@SwarritSrivastava
Copy link

@SwarritSrivastava SwarritSrivastava commented Oct 27, 2025

  • 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

@codecov-commenter
Copy link

codecov-commenter commented Oct 27, 2025

Codecov Report

❌ Patch coverage is 94.73684% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.35%. Comparing base (55da3b9) to head (ecb504a).

Files with missing lines Patch % Lines
...rithms/datastructures/bloomfilter/BloomFilter.java 86.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6968      +/-   ##
============================================
+ Coverage     78.27%   78.35%   +0.07%     
- Complexity     6573     6580       +7     
============================================
  Files           743      745       +2     
  Lines         21895    21913      +18     
  Branches       4288     4285       -3     
============================================
+ Hits          17139    17170      +31     
+ Misses         4073     4067       -6     
+ Partials        683      676       -7     

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

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

@SwarritSrivastava SwarritSrivastava force-pushed the remove-stars-complex-mult branch from 99ef4a7 to 4e8b5d3 Compare October 27, 2025 15:58
@SwarritSrivastava SwarritSrivastava changed the title Remove stars complex mult Fixed BloomFilter.java using reflection api and Added RemoveStars.java in strings and ComplexNumberMultiplication.java in maths packages. Oct 28, 2025
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.

2 participants