摘要: Contains Duplicate IIIGiven an array of integers, find out whether there are two distinct indicesiandjin the array such that the difference betweennum... 阅读全文
posted @ 2015-06-01 15:33 Eason Liu 阅读(6017) 评论(0) 推荐(0) 编辑
摘要: Subarray SumGiven an integer array, find a subarray where the sum of numbers iszero. Your code should return the index of the first number and the ind... 阅读全文
posted @ 2015-06-01 12:21 Eason Liu 阅读(2396) 评论(0) 推荐(0) 编辑