FresherFresher (0–1 yrs)CodingPythonGoogleAmazonMetaMicrosoftApple
Two Sum
Given an array of integers nums and an integer target, return indices of the two numbers that add up to target. Assume exactly one solution.
Answers use simple, clear English.
Time: O(n)Space: O(n)
Confidence
fresherjuniormid#array#hashmap#blind75