Dp notions 1. Characterize the structure of an optimal solution 2. Recursively define the value of an optimal solution based on optimal solutions of subproblems. 3. compute the value of an optimal solution in bottom up fashion(recursion and memoization) 4. construct an optimal solution form the computed information Longest Palindromic Sequence Definition = A palindorm is a string that is unchang..