Skip to content

How do you determine if a string is a palindrome when it comes to coding in different languages today? #1663

Answered by Emojees
Kuefo asked this question in Q&A
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