This week, I’m going to talk about the longest increasing subarray problem. You can find more posts like this at Uber Interview Questions.
Also, this question is similar to Subarray With Given Sum. If you have read our previous post, I hope you can solve this problem easily.
In this post, I’m going to cover topics like “sliding window”, dynamic programming, time/space complexity and so on.