摘要: Question Given a non empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum number. The time 阅读全文
posted @ 2017-10-20 11:05 清水汪汪 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Question Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three 阅读全文
posted @ 2017-10-20 09:48 清水汪汪 阅读(116) 评论(0) 推荐(0) 编辑