The smallest palindrome 2016-08-08 algorithm Find the smallest palindrome in a given stringA palindrome is a word or a phrase that is the same whether you read it backwards or forwards, for example the word `refer’.example:getSmallestPalindrome('the nurses run');// nurses run Newer String compression Older Quad combination