摘要:
题目:Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given "25525511135",return [... 阅读全文
posted @ 2014-08-02 07:47
爱做饭的小莹子
阅读(4145)
评论(0)
推荐(1)
摘要:
题目: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 ... 阅读全文
posted @ 2014-08-02 00:24
爱做饭的小莹子
阅读(2875)
评论(0)
推荐(0)