akshitagit / JavaScript

Repository for JavaScript codes and algos.Star the repo too.
https://github.com/akshitagupta15june
MIT License
86 stars 112 forks source link

Add palindrome string algorithm using for loop (classical approach) #99

Closed NoRoboto closed 4 years ago

NoRoboto commented 4 years ago

Simple palindrome strings implementation. :100: .

"A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam, racecar." wikipedia