Problem 44512. Find if a given sentence is a palindrome
Solution Stats
Problem Comments
-
1 Comment
Hello, Srijith Vijay. Thank-you for creating this interesting Problem. In your Problem Statement you refer to "a string/character array". It is worth noting that the 'string array' data type (string) and the 'character array' data type (char) are different, and functions that work for one of these data types don't always work correctly with the other. If you want Players to accommodate both data types, it would be best to include such in the Test Suite. If you only want Players to work with inputs of the string data type, then your Problem Statement could be reworded to improve the clarity. Regards, DIV.
Problem Recent Solvers31
Suggested Problems
-
Select every other element of a vector
28097 Solvers
-
6724 Solvers
-
581 Solvers
-
07 - Common functions and indexing 6
418 Solvers
-
Flip the vector from right to left
6506 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!