Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 254 Bytes

palindrome.md

File metadata and controls

25 lines (17 loc) · 254 Bytes

Check the string is Palindrome or not

Sample input1:

121

Sample output1:

Given String 121 is Palindrome

Sample input2:

ababa

Sample output2:

Given String ababa is Palindrome