Topic: Stack Problem / Level: advanced

Problem: Create a function that uses stacks to solve the "Longest Repeating Subsequence" problem in a string.

Run the code to see the output here...