Topic: Stack Problem / Level: advanced

Problem: Create a function that uses stacks to solve the "Longest Common Subsequence II" problem, finding the longest common subsequence between two strings with at most k differences.

Run the code to see the output here...