Topic: Hashing Problem / Level: advanced

Problem: Implement a program to find the largest range of consecutive numbers in an unsorted array using hashing.

Run the code to see the output here...