Retired
Palindrome Strings (retired)
13,322 of 18,964antenor
Description:
Palindrome strings
A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward or forward. This includes capital letters, punctuation, and word dividers.
Implement a function that checks if something is a palindrome. If the input is a number, convert it to string first.
Examples(Input ==> Output)
"anna" ==> true
"walter" ==> false
12321 ==> true
123456 ==> false
Strings
Fundamentals
Similar Kata:
Stats:
Created | Aug 5, 2016 |
Warriors Trained | 23507 |
Total Skips | 505 |
Total Code Submissions | 43712 |
Total Times Completed | 18964 |
JavaScript Completions | 13322 |
C# Completions | 694 |
Python Completions | 3690 |
Ruby Completions | 585 |
PHP Completions | 801 |
TypeScript Completions | 191 |
Racket Completions | 17 |
Total Stars | 118 |
% of votes with a positive feedback rating | 91% of 2109 |
Total "Very Satisfied" Votes | 1786 |
Total "Somewhat Satisfied" Votes | 272 |
Total "Not Satisfied" Votes | 51 |