Palindrome Checker
The Palindrome checker is an easy algorithm by most standards and a pretty popular one at that. The prompt usually goes :
Write a function that takes in a non-empty string and returns a boolean representing whether the string is a palindrome
NB: A ...
oladunjoye.hashnode.dev5 min read