Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_325 Maximum Size Subarray Sum Equals k #63

Closed
dhiralpandya opened this issue Jul 2, 2019 · 4 comments
Closed

_325 Maximum Size Subarray Sum Equals k #63

dhiralpandya opened this issue Jul 2, 2019 · 4 comments

Comments

@dhiralpandya
Copy link

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. :)

@shreyanshi2228
Copy link

HEY !! Can I take this issue?

@Luv8436
Copy link

Luv8436 commented Aug 30, 2021

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

@deepakjsr25
Copy link

deepakjsr25 commented Sep 1, 2021

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

@fishercoder1534
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants