Topic: Hashing Problem / Level: intermediate

Problem: Write a function to count the number of unique elements in a 2D array using a hash set.

Run the code to see the output here...