摘要: Description In a array of size , there are unique elements, and exactly one of these elements is repeated N times. Return the element repeated times. 阅读全文
posted @ 2019-01-21 16:17 arcsinW 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Description Given an array of integers sorted in non decreasing order, return an array of the squares of each number, also in sorted non decreasing or 阅读全文
posted @ 2019-01-21 16:15 arcsinW 阅读(587) 评论(0) 推荐(0) 编辑
摘要: Description Given an array of 2n integers, your task is to group these integers into n pairs of integer, say (a1, b1), (a2, b2), ..., (an, bn) which m 阅读全文
posted @ 2019-01-21 16:13 arcsinW 阅读(138) 评论(0) 推荐(0) 编辑