Problem 59177. Palindrome String
Determine if the inputted string is a palindrome. That is, the string is the same forwards as it is backwards.
For example:
'aaabbbaaa' is a palindrome
'abcde' is not a palindrome
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
Determine Whether an array is empty
775 Solvers
-
Find Factrorial without using built-in function
132 Solvers
-
Compute LOG(1+X) in natural log
250 Solvers
-
295 Solvers
-
182 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!