Is Palindrom Problem


Two of the test cases are failing here.I don’t know what’s the correction.

hey armaan,
I think you have understood the question wrong.
You just have to check if the array is palindrome or not the sequence you will get after combining the array.
e.g.
4
1
12
12
1
In this question it is palindrome,in general if you combine this array into one number it is not.
Please let me know if there is any other doubt.

1 Like

Oh I see!Its working now!Thank you.

1 Like