摘要: 此文简单记录我学习linux的过程 (排名不怎么分先后)1. 《鸟哥的linux私房菜》2. 《unix/linux编程实践教程》 (看的电子版)3. 《unix环境高级编程》4. Linux的概念与体系 (读起来很舒服的博客)http://www.cnblogs.com/vamei/ar... 阅读全文
posted @ 2015-05-13 20:47 Sawyer Ford 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 题目描述: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-05-13 15:50 Sawyer Ford 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 题目描述:Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn'... 阅读全文
posted @ 2015-05-13 11:11 Sawyer Ford 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 题目描述:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space ... 阅读全文
posted @ 2015-05-13 10:34 Sawyer Ford 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 题目描述:Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen l... 阅读全文
posted @ 2015-05-13 10:10 Sawyer Ford 阅读(123) 评论(0) 推荐(0) 编辑