Java icon indicating copy to clipboard operation
Java copied to clipboard

Add Merge Intervals algorithm

Open Hardvan 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

Hardvan avatar Oct 02 '24 11:10 Hardvan

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.33%. Comparing base (0bd86b3) to head (3eb9307).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5516      +/-   ##
============================================
+ Coverage     52.29%   52.33%   +0.03%     
- Complexity     3257     3258       +1     
============================================
  Files           525      526       +1     
  Lines         15185    15192       +7     
  Branches       2887     2889       +2     
============================================
+ Hits           7941     7950       +9     
+ Misses         6920     6919       -1     
+ Partials        324      323       -1     

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

codecov-commenter avatar Oct 02 '24 11:10 codecov-commenter

Thanks!

Hardvan avatar Oct 03 '24 07:10 Hardvan