Maximum Length Bitonic Subarray

my test cases are getting passed and also I have implemented it in the o(n) soln still I am getting the wrong answer.

@jack_dk when you are updating inc[i] and dec[i] check for equality condition too.