Problem 42461. This is a palindrome and so am I

A palindrome is a sequence of characters which reads the same backward or forward, for instance

'a man a plan a canal panama'

is a palindrome. Write a function that,

a) given a string input, returns true or false depending on whether this string is a palindrome (up to white-spaces) or not.

b) The function's source code must be a palindrome.

Solution Stats

25.79% Correct | 74.21% Incorrect
Last Solution submitted on Oct 26, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers33

Suggested Problems

More from this Author7

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!