Topic: Hashing Problem / Level: intermediate

Problem: Given two strings, implement a function to find the longest common substring using a hash table.

Run the code to see the output here...