Can somebody help me with this? I'm not sure if this is the right forum section, so if it's not, please let me know. The problem goes like this:
I need to create a program that has a recursive function which checks whether or not the given string is a palindrome. Spaces (' ') are to be ignored and the program is not to be case-sensitive.
In short terms, I'm lost. Doing this without recursion is easy, but with?
Thanks in advance.