Challenge 3: Is this String a Palindrome?

This challenge aims to test your understanding of recursion by finding out whether or not a string is a palindrome.

We'll cover the following

Problem Statement

Before we dive into the challenge, let’s learn what a palindrome is. A palindrome is a string of words that reads the same both backward and forwards, for example, the words mom or dad, or even madam. In this problem, we will have to determine whether or not the given string is a palindrome!

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.