_325 Maximum Size Subarray Sum Equals k
dhiralpandya opened this issue · 4 comments
dhiralpandya commented
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. :)
shreyanshi2228 commented
HEY !! Can I take this issue?
Luv8436 commented
hey please accept my first ever pr and merge it after reviewing it.
deepakjsr25 commented
Hey ! Is this issue still open? Can I take This?
fishercoder1534 commented
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!