palindrome-string

There are 47 repositories under palindrome-string topic.

  • 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++7302
  • huynhducduy/is-palindrome

    Zero dependencies, lightweight and fully functional palindrome checker

    Language:JavaScript5213
  • pacifiquem/palindrome_checker-npm-package

    npm package for checking if a world entered is a palindrome

    Language:JavaScript510
  • ambujverma/Basic-python-problems

    small basic python problems

    Language:Jupyter Notebook2000
  • arthurosipyan/Algorithms

    Interview preperation.

    Language:JavaScript2300
  • madrascode/basic-python-code

    Namaste everyone , In this basic-python-code repository i have included some basic python programs for beginner in programming

    Language:Python2100
  • 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:JavaScript2101
  • aminesouissia/Palindrom_Test_Angular8

    Palindrome Test word in Angular 8 project

    Language:HTML1100
  • arevish/palindrome

    Detect given input is a palindrome Word or number. file contains of 2 programs Palindrome & Palindromify the list.

    Language:Python110
  • Bhidu/Palindrome-checker

    Python code to check a palindrome (be it spaces or any other symbols included)

    Language:Python1100
  • eMahtab/valid-palindrome

    Check if a string is palindrome

  • KOUISAmine/palindrome-checker

    Check if a given word of phrase is palindrome (if it reads the same backwards as forward).

    Language:HTML110
  • neuodev/string-manipulation

    Solve common string manipulation questions

    Language:Python110
  • Prosen-Ghosh/is-palindrome-string

    Check if input string is palindrome.

    Language:JavaScript110
  • AshishNikam111000/CPP_Basic_Algorithms

    Basic Algorithms in C++ Language.

    Language:C++0100
  • 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:HTML0100
  • rahulkumarppps/Palindrome

    The function takes the string as input and remove anything which is not the letter in the string and then check for the Palindrome. True - Palindrome False - Not Palindrome

    Language:Java0100
  • 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:Python10
  • ab-siddiq/phitron

    Phitron C and C++ Programming

    Language:C10
  • b-adiguzel44/Grammer_Maker

    Making palindrome words using CFG (Context Free Grammer) with Python

    Language:Jupyter Notebook10
  • bediger4000/possible-palindromes

    Programming question-of-the-day about determining if a string's characters could possibly form a palindrome

    Language:Go30
  • 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:Java10
  • DanielPetelin/Checking_the_word_palindrome

    function that checks a word for a palindrome value.

    Language:JavaScript10
  • 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:SCSS00
  • hardi17/PalindromeStringPattern

    Palindrome string validation function and unite test in JAVA.

    Language:Java
  • 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++10
  • jegraham/Palindrome_Permutation

    Inspiration from Educative.io "Write an efficient method that checks whether any permutation of an input string is a palindrome.

  • katarzynaadamczyk/Palindromic_Quests

    Solving a few tasks with palidromes and near-palindromes.

    Language:C++16
  • 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:Java10
  • mndxpnsn/lps

    Longest palindrome substring. This is a solution to a problem on HackerRank.

    Language:C++10
  • tariqkhan129/Palindrome-String

    A JavaScript programe to Check Whether the Entered String is Palindrome or Not.

    Language:HTML10
  • Thecanniestbadge/palindrome

    This program has the user input a string and then the program checks to see if the input is a palindrome or not.

    Language:Python10