Topic: Hashing Problem / Level: intermediate

Problem: Implement a function to find the maximum length of a prefix substring that occurs more than once using hashing.

Run the code to see the output here...