Two Sum Link to LeetCode page Difficulty: Easy Topics: Array, hash table. Complexity Analysis Time complexity: O(n) Space complexity: O(n)