Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Longest Common Subsequence" problem by finding the longest subsequence present in two sequences.

Run the code to see the output here...