Topic: Hashing Problem / Level: advanced

Problem: Write a function to find the longest consecutive subsequence in an unsorted array using hashing.

Run the code to see the output here...