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

Open
dhiralpandya opened this issue Jul 2, 2019 · 0 comments
Open

_325 Maximum Size Subarray Sum Equals k #63

dhiralpandya opened this issue Jul 2, 2019 · 0 comments

Comments

@dhiralpandya
Copy link

@dhiralpandya dhiralpandya commented Jul 2, 2019

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

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.