02 2017 档案

摘要:题目: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would hav 阅读全文
posted @ 2017-02-18 18:55 Sindyang 阅读(177) 评论(0) 推荐(0)
摘要:题目: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted i 阅读全文
posted @ 2017-02-17 23:42 Sindyang 阅读(140) 评论(0) 推荐(0)