12345 is shown true. first sequence should be strictly decreasing and second one should be strictly increasing. how is the given example strictly decreasing. Can you please explain the question
Can't understand the question
hi @sakshichauhan9678_11c372704eb261e1,
the question says that you need to check if the the whole array can be partitioned somewhere such that initial numbers are increasing and remaining are decreasing
eg 1 2 3 4 9 8 7 6 can be divided into 1 2 3 4 5 9 (increasing) and 8 7 6 (decreasing)
all increasing eg 1 2 3 4 5 is also true
all decreasing eg 5 4 3 2 1 is also true
if both are there then first should be increasing then decreasing
for implementation difficulties check this I’ve commented properly https://ide.codingblocks.com/s/656052
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.