Topic: Hashing Problem / Level: intermediate

Problem: Given an array of integers, find the longest consecutive sequence using a hash set.

Run the code to see the output here...