Topic: Hashing Problem / Level: advanced

Problem: Given a string, implement a function to count the total number of vowels in a string using a hash map.

Run the code to see the output here...