according to the question .can we split the array into two splits with first decreasing and second increasing?
this can be always ‘true’ as we can sort the array in descending order and arrange the array in a way to as largest number in 0th position, second largest in n-1th position , third largest in 1st position so…on…