Topic: Hashing Problem / Level: intermediate

Problem: Given two strings, write a function to find the longest common subsequence using a hash map.

Run the code to see the output here...