DP: Palindromes

A palindrome is a string that is the same after being reversed. We can detect palindromes quickly using dynamic programming.

Slides