Recursive Palindrome

Easy

📝 Description

Check if string is palindrome using recursion

Input Format

A string

Output Format

true/false

Constraints

String length ≤ 1000

🔍 Sample Input

racecar
            

✅ Sample Output

true
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run