Topic: Hashing Problem / Level: intermediate

Problem: Given two strings, write a program to determine if they are equal when case is ignored using hashing.

Run the code to see the output here...