Topic: Hashing Problem / Level: advanced

Problem: Create a function that determines the longest sequence of consecutive integers in an unsorted array using hashing.

Run the code to see the output here...