Topic: Hashing Problem / Level: beginner

Problem: Given an integer, write a program to return the count of its prime factors using hashing.

Run the code to see the output here...