Palindrome DP Table Visualization

A palindrome is a string that reads the same backward as forward (like "madam" or "racecar"). This visualization shows how dynamic programming can determine which substrings of "aab" are palindromes.

Click "Start" to begin the visualization.