Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the longest common subsequence between three strings where you can make up to k changes in each string using dynamic programming.

Run the code to see the output here...