摘要: 标题:Remove Nth Node From End of List通过率:28.5%难度:简答Given a linked list, remove thenthnode from the end of list and return its head.For example, Given ... 阅读全文
posted @ 2015-01-23 11:23 pku_smile 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 标题:Implement strStr()通过率:21.8%难度:简单Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of ... 阅读全文
posted @ 2015-01-23 11:12 pku_smile 阅读(150) 评论(0) 推荐(0) 编辑