After Compilation Code woks perfect After submit case failedf
|
3
|
March 29, 2023
|
Debuging code (wrong answer)
|
6
|
January 27, 2023
|
Maximum sum path in two ways
|
5
|
October 17, 2022
|
Why my test case is failing?
|
3
|
October 17, 2022
|
A doubt in the understanding question
|
3
|
October 17, 2022
|
Maximum Sum Path in Two Arrays
|
10
|
August 23, 2022
|
Wrong answer test case failed
|
2
|
July 27, 2022
|
Unable to understand the mistake in the code
|
3
|
July 20, 2022
|
I dont understand the ques
|
4
|
July 12, 2022
|
What approach we have to use to solve the question and what are bitonic subsequence?
|
3
|
June 26, 2022
|
Wrong in my code please tell me
|
2
|
June 12, 2022
|
Cannot think how to approach
|
7
|
May 6, 2022
|
Aint passing any tc
|
3
|
February 13, 2022
|
I have cracked the code nd got 114 as output i m missing the number 8... exactly which logic i am missing code- while(i<s1 && j<s2){ sum1+=x[i]; sum2+=y[j]; if(x[i]==y[j]){ fsum+=max(sum2,sum1); sum1=0; sum2=0; } i++; j++; } fsum+=max(sum2,sum1);
|
4
|
January 28, 2022
|
Wrong TestCase but sample output is correct
|
4
|
January 23, 2022
|
Cant understand the ques
|
2
|
January 16, 2022
|
Why does it give wrong ans although output is correct
|
4
|
January 11, 2022
|
Maximum Sum Path in Array
|
9
|
January 5, 2022
|
I am unable to understand the question
|
4
|
December 23, 2021
|
Maximum sum path in two arrays
|
7
|
December 4, 2021
|
Why my code is not submiting even after correct answer in compiler
|
3
|
November 1, 2021
|
Maximum sum path in 2 arrays
|
5
|
September 28, 2021
|
This question is very very confusing, i am not able to understand it
|
6
|
August 25, 2021
|
As per me the code should work but it is not passing the test case
|
3
|
August 25, 2021
|
My code is running but giving a wrong output
|
2
|
August 23, 2021
|
Not Passing the test case Output is correct
|
3
|
August 11, 2021
|