Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Longest Repeated Subsequence" problem where you need to find the longest subsequence that appears at least twice in a string.

Run the code to see the output here...