GitHub topics: palindrome-string
huynhducduy/is-palindrome 📦
Zero dependencies, lightweight and fully functional palindrome checker
Language: JavaScript - Size: 406 KB - Last synced at: 4 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 2

adi501/C_Sharp_Interview_Logical_Questions
C Sharp Interview Logical Questions
Language: C# - Size: 103 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

DevGoyalG/Palindrome-Checker
Palindrome Checker using HTML, CSS and JavaScript
Language: CSS - Size: 50.8 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

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.
Language: Python - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

pacifiquem/palindrome_checker-npm-package
npm package for checking if a world entered is a palindrome
Language: JavaScript - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 0

haronbh/palindrome
A C++ program to determine if a word is a palindrome. It checks if a word reads the same forwards and backwards, providing feedback on whether the input word exhibits this characteristic.
Language: C++ - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Bhuvi2006/Palindrome
Language: Python - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

bediger4000/possible-palindromes
Programming question-of-the-day about determining if a string's characters could possibly form a palindrome
Language: Go - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

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
Language: JavaScript - Size: 58.6 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

Synic-dx/Palindrome-Checker
A repo for my Javascript, JQuery, and Bootstrap project: Palindrome Checker
Language: HTML - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

bell-kevin/palindromeRecursion
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 phrase palindrome contains spaces -- the spaces are not included when testing for a palindrome. The phrase "was it a rat i saw" is an example of this. It is a palindrome, after you remove all the spaces. When you get the user input, remove spaces from the string. Make all letters lowercase -- an 'X' will not match 'x' when testing if strings are equal. Reverse the string. Compare the variables holding the input phrase and the reversed phrase (no spaces in either) to find out if the input is a palindrome. Note that the clean phrase, after removing spaces, is displayed, then the reversed phrase below it, for verification. Make sure the colons line up, so the variables line up. Then display the result, that it IS or IS NOT a palindrome. There must be a recursive method to reverse the string and return that reversed string. Run the project 4 times, with a word that is a palindrome, a word that is not a palindrome, a phrase that is a palindrome, and a phrase that is not a palindrome, and take a screenshot after each execution, like the sample sessions above. Submission: the specified screenshots (of execution of the program and successful unit tests) and the root folder for the project Pay careful attention to the rubric for this assignment. Note that you must use correct formatting in the code -- appropriate indentation is most important. You can use Shift-Alt-F to have NetBeans automatically format the code correctly. If the formatting is incorrect, it will be returned to you for changes with a grade of zero. Note: You need to submit the whole project for these assignments. In File Explorer, go to the location where you created the project. There will be a folder with the name of your project -- that is the root folder of the project. If you submit the root folder of the project, the instructor can run it on a different machine to grade it. If you don't submit the proper folder, it won't run on another machine, and the assignment will be marked with a zero.
Language: Java - Size: 104 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

hardi17/PalindromeStringPattern
Palindrome string validation function and unite test in JAVA.
Language: Java - Size: 140 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MohiCodings/Palindrome_Checker
This application asks a user for a phrase or a word. It checks the user input, runs palindrome check on it, and tells user whether the entered string is a palindrome or not.
Language: HTML - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KOUISAmine/palindrome-checker
Check if a given word of phrase is palindrome (if it reads the same backwards as forward).
Language: HTML - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

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.
Language: Java - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DanielPetelin/Checking_the_word_palindrome
function that checks a word for a palindrome value.
Language: JavaScript - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

HuzaifaAliKhan/StrPalindrome
"Palindrome" Program Made Using C Lang
Language: C - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

devChrisho/palindrome
A palindrome is a string where it's reversed order is exactly the same as the original. This app tests if the input is a palindrome by taking the original string, running a for loop to reverse each character. And then it goes through a If/else to test if there is a match.
Language: SCSS - Size: 51.8 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Prosen-Ghosh/is-palindrome-string 📦
Check if input string is palindrome.
Language: JavaScript - Size: 1.95 KB - Last synced at: 11 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

ab-siddiq/phitron
Phitron C and C++ Programming
Language: C - Size: 95.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fazeelkhalid/Cpp-Programming-practice-problems-and-solutions
All important Programs that are best for starting C++ or ant programming are present init(solved)
Language: C++ - Size: 802 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 2

arevish/palindrome
Detect given input is a palindrome Word or number. file contains of 2 programs Palindrome & Palindromify the list.
Language: Python - Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

josephting/manacher
Implementation of Manacher's algorithm
Language: JavaScript - Size: 808 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 6

Ahmed101Mohammed/palindrome-checker
This project is a practicing project, to check if the string is palindrome string. I use just JS.
Language: JavaScript - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mndxpnsn/lps
Longest palindrome substring. This is a solution to a problem on HackerRank.
Language: C++ - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

3rt4nm4n/palindrome-python
Console palindrome program in python. Imports names from an xslx file prints reverse versions of the names, if the name is palindrome it prints a notification. Then the program will print the numeric value of the name.
Language: Python - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

jegraham/Palindrome_Permutation
Inspiration from Educative.io "Write an efficient method that checks whether any permutation of an input string is a palindrome.
Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

augusticor/Palindrome
Analyze a word or a number and tell us if it's "Palindrome" or not
Language: Java - Size: 118 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

ambujverma/Basic-python-problems
small basic python problems
Language: Jupyter Notebook - Size: 115 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

b-adiguzel44/Grammer_Maker
Making palindrome words using CFG (Context Free Grammer) with Python
Language: Jupyter Notebook - Size: 122 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

maheswaradevo/algoritma-pemrograman
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

neuodev/string-manipulation
Solve common string manipulation questions
Language: Python - Size: 3.91 KB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

AshishNikam111000/CPP_Basic_Algorithms
Basic Algorithms in C++ Language.
Language: C++ - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

katarzynaadamczyk/Palindromic_Quests
Solving a few tasks with palidromes and near-palindromes.
Language: C++ - Size: 896 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

aminesouissia/Palindrom_Test_Angular8
Palindrome Test word in Angular 8 project
Language: HTML - Size: 4.83 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

Hakan-unal/Data-Structures
2020 // School projects for CEN213 - Data Structures
Language: JavaScript - Size: 3.33 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

itsmrajesh/JavaBasics
This repository contains Source Codes for Basics of core java programming questions . Directly access from link below.
Language: Java - Size: 413 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

kpsingh13/java-solutions
this repository contains simpler solution as related to competitive programming and eliminating the complex code to rely understandable codes
Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

eMahtab/valid-palindrome
Check if a string is palindrome
Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

hyfi06/challenge-python-01 Fork of PlatziMaster/challenge-python-01
Completa la función is_palindrome
Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

MohamedAbdelhadyFouad/MissingSeqNumber-PalindromeString-andNumberToEnglishWordConverter
This program it has some classes .. Missing sequential Number ,Palindrome String, and Number to English Word Converter
Language: Java - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mpkayy16/palindrome
palindrome /reverse word and checks if it matches the original word.
Language: C# - Size: 379 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

maxiplux/MUM-FPP390-W1L4-HOMEWORK-ASSIGNMENT
MUM-FPP390-W1L4-HOMEWORK
Language: Java - Size: 535 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

AdamToczko/JS-check-if-word-is-Palindrome
Language: JavaScript - Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

DerkyJerky32/Misc-and-Smaller-Programs
A portfolio filled with smaller personal projects made just for fun.
Language: C++ - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

arthurosipyan/Algorithms
Interview preperation.
Language: JavaScript - Size: 19.5 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0
