Community

Start a Thread


Notifications
Subscribe You’re not receiving notifications from this thread.

Contiguous Subarray Sum - Description Question

Challenges • Asked over 3 years ago by Anonymous

Anonymous Commented on Oct 19, 2020:

the explanation for the set-based solution is very hard to understand.

Link to problem: Contiguous Subarray Sum.

Ratiod Commented on Dec 25, 2020:

What about it is hard to understand?

Jake from AlgoDaily Commented on Dec 26, 2020:

Apologies for the confusing explanation. We've gone ahead and re-written/created the solution, and included a video solution to help with clarity.

alokkhare2014 Commented on Dec 27, 2020:

please explain amazon interview coding questions i am crying so much.

Ayush Singh Commented on Sep 23, 2021:

This could be helpful as well -
https://en.wikipedia.org/wiki/Maximumsubarrayproblem
https://www.interviewbit.com/blog/maximum-subarray-sum/
https://towardsdatascience.com/maximum-subarray-problem-and-kadanes-algorithm-4cb1ce91be72

Jake from AlgoDaily Commented on Sep 23, 2021:

Thanks for sharing, Ayush!