Sobes.tech
Intern — Senior

Determining whether a string is a palindrome without using additional space

livecode

Task condition

Implement a function that takes a string and returns true if it reads the same from left to right and right to left. The solution should not allocate additional memory (no arrays, new strings, etc.).

Determining whether a string is a palindrome without… - sobes.tech