摘要: Given an array ofnintegers wheren> 1,nums, return an arrayoutputsuch thatoutput[i]is equal to the product of all the elements ofnumsexceptnums[i].Solv... 阅读全文
posted @ 2015-09-11 04:59 amazingzoe 阅读(137) 评论(0) 推荐(0)
摘要: Given an arraynums, there is a sliding window of sizekwhich is moving from the very left of the array to the very right. You can only see theknumbers ... 阅读全文
posted @ 2015-09-11 01:26 amazingzoe 阅读(126) 评论(0) 推荐(0)