Topic: Hashing Problem / Level: intermediate

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

Run the code to see the output here...