Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Longest Repeating Subsequence" problem where you find the longest subsequence that repeats itself in a string using dynamic programming.

Run the code to see the output here...