Solution Review: Check for a 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 is the condition when we have a string of size ...