Java icon indicating copy to clipboard operation
Java copied to clipboard

adding Java Stream

Open Himanshu212223 opened this issue 1 year ago • 1 comments

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

Himanshu212223 avatar Oct 03 '24 15:10 Himanshu212223

Codecov Report

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

Project coverage is 52.93%. Comparing base (be8df21) to head (b74e9be).

Files with missing lines Patch % Lines
.../main/java/com/thealgorithms/streamapi/Stream.java 0.00% 11 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5557      +/-   ##
============================================
- Coverage     52.95%   52.93%   -0.02%     
- Complexity     3309     3311       +2     
============================================
  Files           529      530       +1     
  Lines         15343    15354      +11     
  Branches       2925     2925              
============================================
+ Hits           8125     8128       +3     
- Misses         6882     6892      +10     
+ Partials        336      334       -2     

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

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

This is not an algorithm, you are just calling a few built-in functions

siriak avatar Oct 04 '24 16:10 siriak