Finds the longest palindromic substring in linear time by expanding around potential centers.
Explain code with DocComment! Try out your own code!