Maximum length bitonic subsequence

I am getting a run error in all the test cases.

Hey @aastha2711
Declare all the arrays dynamically of size n
Otherwise you are using too much memory

Now all the test cases are wrong. Is there any fault in the logic? https://ide.codingblocks.com/s/339270

Hey @aastha2711
This is max length btionic subsequence not subarray