[LC581](https://leetcode.com/problems/shortest-unsorted-continuous-subarray/description/) Given an integer array, you need to find one continuous subarray that if you ...
Find the contiguous subarray within an array (containing at least one number) which has the largest product. For example, given the array [2,3,-2,4], the contiguous subarray [2,3] has the largest ...