about | help | code help+videos | done | prefs |
Write a recursive method that detemines if a string input parameter is a palindrome or not. Return true if the string is a palindrome, false otherwise. The string will be all lower-case letters with no spaces or other punctuation. Your method MUST solve the problem using recursion in a non-trivial way. ringWorldPalindrome5("") → true ringWorldPalindrome5("mayamoodybabydoomayam") → true ringWorldPalindrome5("racecar") → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 490
Copyright Nick Parlante 2017 - privacy