摘要: Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each num 阅读全文
posted @ 2017-11-02 13:01 jasminemzy 阅读(159) 评论(0) 推荐(0)
摘要: Given an array of integers, remove the duplicate numbers in it. You should:1. Do it in place in the array.2. Move the unique numbers to the front of t 阅读全文
posted @ 2017-11-02 12:13 jasminemzy 阅读(118) 评论(0) 推荐(0)
摘要: Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same repeat 阅读全文
posted @ 2017-11-02 06:17 jasminemzy 阅读(99) 评论(0) 推荐(0)