About 4,710 results
Open links in new tab
  1. Palindrome - Wikipedia

    A palindrome (/ ˈpælɪndroʊm /) is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards, such as madam or racecar, the date "22/02/2022", or the sentence "A …

  2. Palindrome Examples: 26 Words That Are the Same Backwards and ...

    Jul 8, 2024 · What is a palindrome? Palindrome words and phrases are spelled the same backward and forward.

  3. Palindrome | Definition, Examples, & Facts | Britannica

    palindrome, word, number, sentence, or verse that reads the same backward or forward. The term derives from the Greek palin dromo (“running back again”). Examples of word palindromes include …

  4. 100+ Palindrome Examples

    What is a palindrome? A palindrome is a word, phrase, number, or sequence that reads the same backward as forward, ignoring spaces, punctuation, and capitalization.

  5. Palindrome List – Palindromes, Palindrome Words, Examples

    Palindrome: a word, phrase, number, or other sequence of symbols or elements, whose meaning may be interpreted the same way in either forward or reverse direction. Famous examples include “ …

  6. PALINDROME Definition & Meaning - Merriam-Webster

    The meaning of PALINDROME is a word, verse, or sentence (such as 'Able was I ere I saw Elba') or a number (such as 1881) that reads the same backward or forward.

  7. Check if a number is Palindrome - GeeksforGeeks

    Mar 29, 2026 · Given an integer n, determine whether it is a palindrome number or not. A number is called a palindrome if it reads the same from forward and backward. Examples: Input: n = 12321 …