palindrome-number
There are 44 repositories under palindrome-number topic.
huynhducduy/is-palindrome
Zero dependencies, lightweight and fully functional palindrome checker
mrhrifat/palindrome-checker
Palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam or racecar. There are also numeric palindromes, including date/time stamps.
pacifiquem/palindrome_checker-npm-package
npm package for checking if a world entered is a palindrome
ghaiith/LeetCode-Solutions-withMe
This repo includes solving many problems with Python on the LeetCode platform and is classified according to the number and name of the problem in the form of folders. Each folder contains one or more ways to solve the problem, in addition to a file that contains the problem and a file that contains an explanation of the solution.
Sagar-Sharma-7/Palindrome
A palindrome is used to verify a sequence of numbers, strings, or letters that are read left to right and right to left to match the same characters or return the same
arevish/palindrome
Detect given input is a palindrome Word or number. file contains of 2 programs Palindrome & Palindromify the list.
DevGoyalG/Palindrome-Checker
Palindrome Checker using HTML, CSS and JavaScript
jaypowar00/palindrome-py
This script finds the next palindrome number to that of the given palindrome number (if given number is palindrome)
JerryFZhang/Palindrome
A Node.js + React message board that takes messages from user and determine if the given input is a Palindrome.
KOUISAmine/palindrome-checker
Check if a given word of phrase is palindrome (if it reads the same backwards as forward).
Prosen-Ghosh/is-palindrome-number
Determines if a number is a palindrome.
Siddhant-K-code/Palindrome-Num-Checker
Enter a number, to check whether it is a Palindrome number or not !
aloncat/ilwn
iLWN (In Love With Numbers) project repository. Contains source code (all subprojects + website) and documentation.
AshishNikam111000/CPP_Basic_Algorithms
Basic Algorithms in C++ Language.
JUGisMUG/Palindrome-Program-Cpp
This program can tell if the provided number is a palindrome..
manasiupare/Project-No-02
Let's see the list of C# programs.
matteo65/mzpp19
High performance palindromic prime number generator
adityaashinde/Palindrome-Count-App
a simple palindrome count app using flutter
clach04/brython_tip_calc
palindrome tipping calculator in Python / Brython / Javascript
enaraemre/PALIN---The-Next-Palindrome
PALIN - The Next Palindrome Csharp&Pyhton
halilozel1903/KotlinPalindromeNumber
This example finds palindrome numbers in the Kotlin. 🤓 🔢 ⁉️
Kartmaan/lychrel-number
Iterative process of adding numbers with their palindrome in order to end up with a new palindrome, or not...
katarzynaadamczyk/Palindromic_Quests
Solving a few tasks with palidromes and near-palindromes.
KPlanisphere/Palindrome-Number-and-Quadratic-Equation-Roots
Examen 1 - Programación 1
kumar-aditya101/Palindrome-Checker-in-java
Palindrome Checker in Java using netbeans.In my palindrome checker, users can enter text or numbers and check whether the entered value is palindrome or not by clicking on the check palindrome button.
Mahaprabu09/Javaprograms
Display N natural numbers in java, find factorial in java, check given number is palindrome or not, reverse number in java
MizanMustakim/numeric-palindrome-in-C
A numeric palindrome is a number that is the same when read either forward or backward. For example, the number 7921297 is a numeric palindrome. Use this information to create a recursive function named numpal( ) that accepts an integer number as a parameter and returns a 1 if the parameter is a numeric palindrome and a 0 if it is not. Write a program that requests five user-input integers, one at a time. After each integer is entered, the program should display a message indicating that the number is or not a numeric palindrome.
ObedRav/Palindrome_Algorithm_Challenge
This repository contains a solution to a palindrome algorithm challenge. The challenge involves transforming a given string into a palindrome while respecting a maximum number of allowed changes. The code is implemented in Python and includes clear explanations and variable names for easy understanding.
Rishav-02/Java_Practice
This Repository contains programs of JAVA that I practice. It may be helpful for others.
rkstudio585/palindrome-checker-c
Palindrome Checker is a C program that determines if a string reads the same forward and backward. It ignores non-alphanumeric characters and is case-insensitive. The program runs in a loop, allowing multiple checks, and provides clear results and prompts to continue or exit.
rkstudio585/palindrome-checker-python
Palindrome Checker is a Python program that checks if a string reads the same forwards and backwards. It handles multi-line inputs, ignores non-alphanumeric characters, and is case-insensitive. Users can continuously test strings and receive formatted feedback on whether each string is a palindrome.
streamlined2/FuzzyNumericWorks
An assortment of basic algorithms implemented in Java
TheQueryCrew/P4-PalindromeDetection
Given An Integer, Write A Function That Returns True If The Given Number Is A Palindrome, Else False.