//https://leetcode.com/problems/shortest-subarray-to-be-removed-to-make-array-sorted/discuss/830416/Java-Increasing-From-Left-Right-and-Merge-O(n) //Runtime: 276 ms ...
# Given an array having both positive and negative integers. The task is to compute the length of the largest subarray with sum 0.