palindrome
Here are 48 public repositories matching this topic...
Solutions for Cracking the Coding Interview - 6th Edition
-
Updated
Jun 13, 2021 - Java
Its all about the CORE
-
Updated
Apr 25, 2019 - Java
A command line calculator which supports mathematical expression with scientific functions is very useful for most developers.
-
Updated
Jan 8, 2022 - Java
-
Updated
Apr 8, 2021 - Java
This simple application uses only the tacocat repository. These two repositories are created for maven testing purposes only
-
Updated
Jul 27, 2025 - Java
String problems and solutions in Java
-
Updated
Jan 16, 2018 - Java
Number-Palindrome is a simple tool that checks if a number reads the same forwards and backwards. It helps users identify palindromic numbers quickly and efficiently.
-
Updated
Jul 18, 2025 - Java
A simple program to check if a string is a palindrome and use maven
-
Updated
Jul 27, 2025 - Java
Palindrome Number Solution in Java (LeetCode Problem)
-
Updated
Aug 15, 2022 - Java
A simple Java program that checks if a word or number is a palindrome. It compares the original input with its reversed version and prints the result. Great for practicing strings and basic logic.
-
Updated
Jul 31, 2025 - Java
Finds the 3 longest unique palindromes in any supplied string. For the 3 longest palindromes, report the palindrome, start index and length, in descending order of length. Given the input string: "A man, a plan, a canal, Panama!", the output should be: "Text: amanaplanacanalpanama, Index: 0, Length: 21"
-
Updated
Jul 7, 2017 - Java
Java CMD program for checking whether the entered number is palindrome or not.
-
Updated
Oct 31, 2023 - Java
Repo have Leetcode programming solutions stuffs that are asked in interview placement series and also in the contest of coding at coding platforms.
-
Updated
Dec 4, 2021 - Java
Application of Pushdown Automatons using the Design Pattern Factory Method
-
Updated
Mar 23, 2018 - Java
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
-
Updated
Jan 31, 2024 - Java
Program to check if a word is a palindrome
-
Updated
Jun 3, 2025 - Java
Improve this page
Add a description, image, and links to the palindrome topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the palindrome topic, visit your repo's landing page and select "manage topics."