Posts by rlimadev • 43 points
1 post
-
4
votes2
answers210
viewsQ: Improve function performance that determines whether it is palindromic
Objective: to optimize performance Description of the problem: I have a function that returns me if the word is a palindrome with true otherwise with `false, until then quiet, but need to improve…