VOOZH about

URL: https://www.geeksforgeeks.org/dsa/string-palindrome/

⇱ Palindrome String Coding Problems - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Palindrome String Coding Problems

Last Updated : 23 Jul, 2025

A string is called a palindrome if the reverse of the string is the same as the original one.

Example: “madam”, “racecar”, “12321”.

👁 Image
Palindrome String

Properties of a Palindrome String:

A palindrome string has some properties which are mentioned below:

  • A palindrome string has a symmetric structure which means that the character in the first half of the string are the same as in the rear half but in reverse order.
  • Any string of length 1 is always a palindrome.

Easy Problems:

Medium Problems:

Hard Problems:

Quick Links:

Comment
Article Tags: