Top "Palindrome" questions

A word, phrase, number, or other sequence of units that may be read the same way in either direction, forward or backward.

remove both commas and white space ruby

I am new to ruby and my regex knowledge leaves a lot to be desired. I am trying to check …

ruby regex string palindrome
Palindrome Checker using StringBuilder

Im trying to create a palindrome checker. I am using a StringBuilder and I've discovered that appending spaces are kind …

java stringbuilder palindrome
Finding palindromes in a linked list

This is an interview question(again). Given a singly connected linked list, find the largest palindrome in the list. (You …

algorithm linked-list palindrome
Create palindrome from existing string by removing characters

How do i determine the length of the longest palindrome you can get from a word by removing zero or …

java string algorithm palindrome