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

Continuous Subarray Sum #107

Open
Arihant1467 opened this issue Mar 16, 2019 · 7 comments
Open

Continuous Subarray Sum #107

Arihant1467 opened this issue Mar 16, 2019 · 7 comments
Assignees
Labels
new question A new problem being added to the repository

Comments

@Arihant1467
Copy link
Contributor

Arihant1467 commented Mar 16, 2019

Leet Code Question No :503
continuous-subarray-sum

Three ways to do:

  1. O(n^3) : Naive way
  2. O(n^2) : using dp
  3. O(n): using hashmap
    I encountered this in my recent interview.
@edorado93
Copy link
Collaborator

edorado93 commented Mar 20, 2019

Hey @Arihant1467, we're really sorry for the late response on this. Sounds like an interesting and useful question to add to the repo. Go ahead with the article! 🚀

@edorado93 edorado93 added this to In progress in Coderchef Menu Mar 20, 2019
@edorado93 edorado93 added the new question A new problem being added to the repository label Mar 20, 2019
@edorado93
Copy link
Collaborator

Hey @Arihant1467, are you still working on this problem?
Let us know if you need any help :)

@Arihant1467
Copy link
Contributor Author

Hey @edorado93 . The article is not even past halfway through. I could't give it much time because of my semester exams which ends on May 22,2019. I will start after that. At most I will complete this by the end of next week.
I hope so that's ok?

@edorado93
Copy link
Collaborator

Absolutely. That works :)
Best of luck with your exams 👍 👍 👍

@Arihant1467
Copy link
Contributor Author

Hey @edorado93 I am nearly done with the content, but I still feel the content doesn't convey the thought properly, so planning to add some visuals. I will require time till this Sunday to complete it.

@edorado93
Copy link
Collaborator

Sure, take your time @Arihant1467 :)

@Arihant1467
Copy link
Contributor Author

#113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new question A new problem being added to the repository
Projects
Coderchef Menu
  
In progress
Development

No branches or pull requests

2 participants