8000 auto commit · githubclj/InterviewNotes@a8f7cdb · GitHub
[go: up one dir, main page]

Skip to content

Commit a8f7cdb

Browse files
committed
auto commit
1 parent 1936cff commit a8f7cdb

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
99
整理自《算法 第四版》,主要整理了面试常问的排序和查找算法。
1010

11+
> [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md)
12+
13+
目录按《剑指 Offer 第二版》编排,在牛客网的在线编程中出现的题目都已经 AC。
14+
15+
很多题目都在 Leetcode 中出现过,所以一些解题思路就不在这里重复写了。想要看解题思路的话,可以看原书,或者先看 Leetcode 题解。
16+
1117
> [Leetcode 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md)
1218
1319
对题目做了一个分类,并对每种题型的解题思路做了总结。
1420

1521
已经整理了 300+ 的题目,基本涵盖所有经典题目。
1622

17-
> [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md)
18-
19-
目录按《剑指 Offer 第二版》编排,在牛客网的在线编程中出现的题目都已经 AC。
20-
21-
很多题目都在 Leetcode 中出现过,所以一些解题思路就不在这里重复写了。想要看解题思路的话,可以看《剑指 Offer》原书,或者先看 Leetcode 题解。
2223

2324
# 网络
2425

notes/IntelliJ主题.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
下载地址: http://color-themes.com/?view=index
2+
之后通过Import Setting,然后重启一下IDE就可以使用了

notes/Intellij 修改背景色.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

notes/Intellij显示行号.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Editor->Appearance->Show line numbers

notes/查看文档.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
默认是ctrl+Q
2+
如果把快捷键改成eclipse,那么就是F2

0 commit comments

Comments
 (0)
0