Challenge 2: Is this String a Palindrome?

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

We'll cover the following

Problem Statement

Before we dive into the problem at hand, let’s find out what a palindrome is. A palindrome is a string which reads the same backward and forwards such as mom or dad, or even madam. In this problem, we will have to determine whether the given string is a palindrome or not!

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