fishercoder1534/Leetcode

_325 Maximum Size Subarray Sum Equals k

dhiralpandya opened this issue · 4 comments

Hi @fishercoder1534

I think solution for _325 would not work for below input

{1,3,7,2} and Sum 5

Expected output {2,3} = 2 but solution is giving 0

Let me know your suggestion on this. :)

HEY !! Can I take this issue?

hey please accept my first ever pr and merge it after reviewing it.

Hey ! Is this issue still open? Can I take This?

Hi @dhiralpandya , if you think this is a valid test case, please submit it to LeetCode first. So far, this solution is AC'ed on LeetCode. Thanks!