摘要:
<归并排序思想> <递归不好想啊> <虚拟头结点技巧> 题目 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes o 阅读全文
摘要:
<题意理解困难><字符串遍历出界> 题目 The count-and-say sequence is the sequence of integers with the first five terms as following: 1. 1 2. 11 3. 21 4. 1211 5. 111221 阅读全文
摘要:
1.查看所有运行的服务 service --status-all 2.查看隐藏文件 ll -a 文件夹的详细信息,包括权限、大小、用户、组等 ls -a 文件夹的简略信息,只有文件(夹)的名称,以"."开头的都是隐藏文件。 vim多行整体左移,右移 1.点击“esc”键进入命令模式,使用":set 阅读全文