摘要:
这题居然没有记录,写一下吧:Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesa... 阅读全文
posted @ 2015-04-25 17:30
卖程序的小歪
阅读(219)
评论(0)
推荐(0)
摘要:
Remove all elements from a linked list of integers that have valueval.ExampleGiven:1 --> 2 --> 6 --> 3 --> 4 --> 5 --> 6,val= 6Return:1 --> 2 --> 3 --... 阅读全文
posted @ 2015-04-25 09:40
卖程序的小歪
阅读(154)
评论(0)
推荐(0)