Topic: Hashing Problem / Level: beginner

Problem: Write a program to group anagrams from a list of strings using a hash table.

Run the code to see the output here...