Topic: Hashing Problem / Level: intermediate

Problem: Write a program to return the indices of the first two numbers in an array that add up to a target using a hash map.

Run the code to see the output here...