Question d’entretien chez Amazon Robotics

Write a program to detect if a string is a palindrome or not?

Réponse à la question d'entretien

Utilisateur anonyme

25 déc. 2021

I answered this question in java using a while loop to iterate from the end indices of the string towards the middle checking for spaces or null characters.

1