Java icon indicating copy to clipboard operation
Java copied to clipboard

Added Sliding Window folder with problems

Open Shiwangi3003 opened this issue 1 year ago • 1 comments

Issue#6000 I have added a code of Sliding Window. Kindly review it and merge accordingly.

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

Shiwangi3003 avatar Oct 31 '24 00:10 Shiwangi3003

Codecov Report

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

Project coverage is 73.44%. Comparing base (03bb8ee) to head (19f5103).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6072      +/-   ##
============================================
+ Coverage     73.42%   73.44%   +0.01%     
  Complexity     5078     5078              
============================================
  Files           656      656              
  Lines         17617    17617              
  Branches       3394     3394              
============================================
+ Hits          12936    12938       +2     
+ Misses         4180     4179       -1     
+ Partials        501      500       -1     

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

codecov-commenter avatar Oct 31 '24 00:10 codecov-commenter

We don't add leetcode problems

siriak avatar Oct 31 '24 08:10 siriak