Topic: Hashing Problem / Level: intermediate

Problem: Create a program to count the frequency of letters in a string using a hash table.

Run the code to see the output here...