Topic: Hashing Problem / Level: intermediate

Problem: Implement a function to count the total number of vowels in a string using a hash table.

Run the code to see the output here...