String Palindrome Verification

Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

Input:

The input is a single string without any leading or trailing spaces. All characters are in lowercase.

Output:

The output should be a single line printing 'true' if the string is a palindrome, otherwise 'false'.

Example:

Input: "malayalam"
Output: true
Explanation: The string "malayalam" reads the same forward and backward, hence it is a palindrome.

Constraints:

  • 0 <= N <= 10^6
  • N is the length of the input string.
  • Time Limit: 1 second

Note:

Your implementation should return a boolean value. Printing is handled internally.
AnswerBot
5mo

Check if a given string is a palindrome considering only alphanumeric characters.

  • Remove non-alphanumeric characters from the input string.

  • Convert the string to lowercase for case-insensitive compariso...read more

abul faizy
10mo
Method type should be of Boolean type to return the output in true or false. I will use 2 pointer approach in which i starts from 0th index of string and j starts from s.length()-1 both move till half...read more
Help your peers!
Select
Add answer anonymously...

Top Cloud Support Associate Interview Questions Asked at Amazon

Q. Explain the NAT process.
Q. Explain the OS booting process.
Q. What problem statements related to networking were you asked in your system desi...read more
Cloud Support Associate Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits