Skip to content
#

palindrome

Here are 41 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

This repository is a collection of essential Java programs. It covers fundamental concepts like Object-Oriented Programming (OOPs), commonly used sorting and searching algorithms, as well as basics of linked lists. This repository offers a comprehensive range of simple programs to help you grasp the core concepts and get started.

  • Updated Jul 29, 2023
  • Java

Improve this page

Add a description, image, and links to the palindrome 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 topic, visit your repo's landing page and select "manage topics."

Learn more