Examlex

Solved

Describe a Recursive Solution to Determine Whether a String Object

question 31

Essay

Describe a recursive solution to determine whether a String object is a palindrome. You may assume that the string only contains lower case characters (i.e. no numbers, spaces, punctuation, etc). Hint: It may be easiest to describe your solution using pseudocode.


Definitions:

Related Questions