Continuing the discussion from Maximum length bitonic subarray:
Maximum bitonic subarray
hey,
there is >= <= sign while forming the a , b array
So if you change > < to <= >=
then the code works fine
But in this ques I am getting tle how can I avoid tle how can >= operator help in removing tleā¦