Question d’entretien chez C3 AI

Write a program to determine if a string is a palindrome

Réponse à la question d'entretien

Utilisateur anonyme

13 juin 2019

You could show some sophistication and use Stack for pushing and popping as you traverse. Or use some complicated logic using in for loop.