Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the longest palindromic subsequence in a string where you are allowed to make up to k changes using dynamic programming.

Run the code to see the output here...