摘要: Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific targe 阅读全文
posted @ 2019-10-08 10:33 CNoodle 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each inp 阅读全文
posted @ 2019-10-08 10:15 CNoodle 阅读(720) 评论(0) 推荐(0) 编辑