摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.https://l... 阅读全文
posted @ 2015-03-21 19:39 丶Blank 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(... 阅读全文
posted @ 2015-03-21 15:31 丶Blank 阅读(207) 评论(0) 推荐(0) 编辑