Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Longest Repeating Subsequence" problem by finding unique sequences in a string.

Run the code to see the output here...