摘要: 1.Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeated n... 阅读全文
posted @ 2015-11-26 22:29 wxquare 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given "25525511135",return ["255... 阅读全文
posted @ 2015-11-26 11:46 wxquare 阅读(221) 评论(0) 推荐(0) 编辑