Solution Review: Is ArrayList a Palindrome?
Have a look at the solution to the 'Is ArrayList a Palindrome?' challenge.
We'll cover the following...
We'll cover the following...
Rubric criteria
Solution
Rubric-wise explanation
Point 1:
Look at the header of the checkPalindrome() function, at line 19. First, we check if the size of str is ...