leetcode題目之兩數求和

題目很簡單,返回數組中等於目標的兩數的下標。用了兩種方法去求解。第一種兩層循環,時間複雜度O(n^2) 第二種用了hashmap。時間複雜度O(n). question: Given an array of integers, return indices of the two numbers such that they add up to a specific target.web You m
相關文章
相關標籤/搜索