Question: An integer sub array is called alternating if any two consecutive numbers in it have opposite signs (i.e. one of them should be negative, where
An integer sub array is called alternating if any two consecutive numbers in it have opposite signs (i.e. one of them should be negative, where as the other should be positive). Given an array of n integers, write a pseudo code to compute for each index i, the length of the longest alternating sub array starting at i.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
