Skip to content
Discussion options

You must be logged in to vote

A string is a palindrome when it stays the same on reversing the order of characters in that string.
It can be achieved by reversing the original string first and then checking if the reversed string is equal to the original string.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kuefo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants