← All problemsSign in

Palindrome

We need to find out whether the given string is a palindrome or not. Example:- let's take a String s which has a value racecar if we reverse a string and start reading it from last to first so we will find out it's a perfect reverse of the string so that's why we can say that its a palindrome. racecar = reverse(racecar). car != reverse(rac). ### Input The first line will contain the length n of

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start