Skip to content
#

palindrome-checker

Here are 120 public repositories matching this topic...

palindrome Recursion. In this project, you will determine if some user input is a palindrome by reversing the input into a new variable, using recursion, and compare the original input variable with the reversed input variable -- if they are the same, the input is a palindrome. A word palindrome is straightforward, just reverse the string. A phr…

  • Updated Aug 25, 2022
  • Java

Improve this page

Add a description, image, and links to the palindrome-checker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the palindrome-checker topic, visit your repo's landing page and select "manage topics."

Learn more