摘要: Question: Given an array of n integers where n > 1, nums, return an array output such that output[i] is equal to the product of all the elements of nu 阅读全文
posted @ 2016-02-19 17:51 江湖小妞 阅读(189) 评论(0) 推荐(0) 编辑
摘要: Question: Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two 阅读全文
posted @ 2016-02-19 16:52 江湖小妞 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Question: Given an array of integers, every element appears three times except for one. Find that single one. Note:Your algorithm should have a linear 阅读全文
posted @ 2016-02-19 11:05 江湖小妞 阅读(137) 评论(0) 推荐(0) 编辑