A simple REST application handling palindromes
-
Updated
Apr 19, 2017 - Go
A simple REST application handling palindromes
palinagram check if string is Palindrome(numbers supported)/Anagram
Calculates reverse addition palindrome of given input
Some examples for the programming language Go.
A 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 using short digits 11/11/11 11:11 and long digits 02/02/2020. For example; Tuesday, 22 February 2022 is considered a palindrome day (22022022 us…
A palindrome string checker
Consolidates useful formulas for starters of golang programming
Add a description, image, and links to the palindrome topic page so that developers can more easily learn about it.
To associate your repository with the palindrome topic, visit your repo's landing page and select "manage topics."