https://ide.codingblocks.com/s/47957 only one test case failed please resolve it
Increasing decresing sequence
Hey Neeraj, if the input doesn’t satisfy the given conditions => first sequence is strictly decreasing and second is strictly increasing, or whole sequence is strictly decreasing, or whole sequence is strictly increasing then output must be false. Now check your code for this
input:
4
1
1
1
1
expected output : false
but your code’s output is : true