摘要:
problem description: remove the nth node from the end of the list for example: given: 1->2->3 n = 1 return: 1->2 thought: first:you should know the le 阅读全文
posted @ 2017-04-18 10:01
whatyouknow123
阅读(173)
评论(0)
推荐(0)
摘要:
problem description: this is the addition about the 3sum,you can use the method of solve the 3sum. given a integer and the target,you should return th 阅读全文
posted @ 2017-04-18 09:55
whatyouknow123
阅读(127)
评论(0)
推荐(0)