摘要: 题目如下: We have a list of points on the plane. Find the Kclosest points to the origin (0, 0). (Here, the distance between two points on a plane is the E 阅读全文
posted @ 2019-01-20 15:23 seyjs 阅读(485) 评论(0) 推荐(0) 编辑
摘要: 题目如下: Given an array of integers A sorted in non-decreasing order, return an array of the squares of each number, also in sorted non-decreasing order. 阅读全文
posted @ 2019-01-20 15:18 seyjs 阅读(416) 评论(0) 推荐(0) 编辑