摘要:
此文简单记录我学习linux的过程 (排名不怎么分先后)1. 《鸟哥的linux私房菜》2. 《unix/linux编程实践教程》 (看的电子版)3. 《unix环境高级编程》4. Linux的概念与体系 (读起来很舒服的博客)http://www.cnblogs.com/vamei/ar... 阅读全文
摘要:
题目描述: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... 阅读全文
摘要:
题目描述: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'... 阅读全文
摘要:
题目描述:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space ... 阅读全文
摘要:
题目描述: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... 阅读全文