摘要: 标题:Remove Element通过率:32.6%难度:简单Given an array and a value, remove all instances of that value in place and return the new length.The order of elements... 阅读全文
posted @ 2014-12-17 11:05 pku_smile 阅读(89) 评论(0) 推荐(0)
摘要: 标题:Merge Two Sorted Lists通过率:33.1%难度:简单Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the... 阅读全文
posted @ 2014-12-17 10:53 pku_smile 阅读(144) 评论(0) 推荐(0)
摘要: 标题:Climbing Stairs通过率:34%难度:简单You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how ma... 阅读全文
posted @ 2014-12-17 10:40 pku_smile 阅读(110) 评论(0) 推荐(0)