2015年9月21日

摘要: 1 题目:Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted ... 阅读全文
posted @ 2015-09-21 22:31 聆听V风声 阅读(140) 评论(0) 推荐(0) 编辑
 
摘要: 1 题目:Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.Update (2014-11-02):T... 阅读全文
posted @ 2015-09-21 21:24 聆听V风声 阅读(155) 评论(0) 推荐(0) 编辑