#hash-tables

Found 1 articles tagged with #hash-tables

Solutions of "Two Sum" problem on LeetCode

You need to find two elements in the nums array such that their sum equals target and return their indices as an array.