educative.io

Why case sensitvity is not considered

I dont see case sensitivity in the string comparison for palindrome.
It is not clear that : AbBa should be considered palindrome or not?

1 Like

Hey @Rahul4,

Your suggestion is understandable. We’ll update the test cases to add this specific test case in public test cases side.

On the other hand, you can use the custom test cases feature to edit the test cases and play around with edge cases yourself. To do this, simply click on the “Test Cases” tab, and click on the textbox under the “Input #1” label. You’ll be able to type in your own custom test case and evaluate your code yourself.

Feel free to share further suggestions and feedback. We’d be happy to help!

Thanks.