摘要: Tags: Array Difficulty:Easy 1. Two Sum:https://leetcode.com/problems/two-sum/ 两数和,返回下标数组:(利用HashMap<Key,Value>遍历,其中用到containKey,get(key)--获取value; put 阅读全文
posted @ 2016-12-10 18:34 不闻余物 阅读(177) 评论(0) 推荐(0) 编辑