Problem 59831. Palindrome Checker
Solution Stats
Problem Comments
-
2 Comments
A lot of solutions are passing this due to insufficient testing. There is only one number in the tests and it's a 'pass', so solutions that remove all numbers from the input are passing because a null string counts as a palindrome.
Test suite has been updated to cover sufficient cases.
Though I was going to include cases with characters (as specified in the problem description), however as the reference solution provieded failed for such cases, I didn't proceed with it.
Solution Comments
Show commentsProblem Recent Solvers43
Suggested Problems
-
284 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
679 Solvers
-
Moving average (variable kernel length)
135 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
397 Solvers
-
There are 10 types of people in the world
1277 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!