Tip 1 : Please ensure to prepare basic DSA question asked frequently in the company
Tip 2 : Please practice LLD questions
Tip 1 : Write your projects in Detail
Tip 2 : Make it readable
Two DSA questions on arrays medium level



[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.



Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]
Output: 11
Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Questions on my project at Myntra and one DSA question




Design lld of an elevator system
Design lld of an elevator system
Design hld of Instagram
Design hld of Instagram
Discussion on my projects
Discussion on my projects

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?