akshitagit / JavaScript

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

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

Closed NoRoboto closed 3 years ago

NoRoboto commented 3 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