摘要: 原题链接在这里:https://leetcode.com/problems/single-number/ 题目: Given an array of integers, every element appears twice except for one. Find that single one. 阅读全文
posted @ 2015-08-06 08:58 Dylan_Java_NYC 阅读(256) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/single-number-ii/ 题目: Given a non-empty array of integers, every element appears three times except for one, whi 阅读全文
posted @ 2015-08-06 08:31 Dylan_Java_NYC 阅读(228) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/3sum-closest/ 题目: Given an array S of n integers, find three integers in S such that the sum is closest to a giv 阅读全文
posted @ 2015-08-06 02:44 Dylan_Java_NYC 阅读(223) 评论(0) 推荐(0)