Solution Review: Check Palindrome
This review provides a detailed analysis of the solution to check whether or not a string is a palindrome.
We'll cover the following...
We'll cover the following...
Solution: Using Recursion
Explanation
Our base case (line number 3 to 5), is the condition when we have a string of size less than or equal to ...