I want to know about palindrome | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to know about palindrome

15th Sep 2016, 4:47 PM
Sana Khan
Sana Khan - avatar
3 Answers
+ 1
The two strings are called palindrome if they are same after reversing one of the string. Ex. Mom, step on no pets, "Was it a car or a cat I saw?"
15th Sep 2016, 5:37 PM
Dhiraj Bhavsar
+ 1
palindrome is a sequence of numbers which same after reversing. Ex:- 12321 if we reverse it then it will be same 12321.
16th Sep 2016, 1:47 AM
Siddhant Dabas
Siddhant Dabas - avatar
0
I did two straight forward examples for that. One is this: http://www.sololearn.com/app/csharp/playground/cWJHKafcmlK4 another one is that: http://www.sololearn.com/app/csharp/playground/cVQIk5ZT4Va2
16th Sep 2016, 3:14 PM
Idril
Idril - avatar