摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ... 阅读全文
posted @ 2015-04-19 16:12 amazingzoe 阅读(148) 评论(0) 推荐(0)
摘要: Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.New version: 4ms 1 class S... 阅读全文
posted @ 2015-04-19 15:36 amazingzoe 阅读(119) 评论(0) 推荐(0)