Topic: Hashing Problem / Level: beginner

Problem: Implement a program to find the frequency of each letter in the English alphabet in a given string using hashing.

Run the code to see the output here...