Topic: Hashing Problem / Level: beginner

Problem: Create a function to find the longest substring with at least k repeating characters using hashing.

Run the code to see the output here...