From a8f7cdba52691ca65611d6d68a9876f6b769c37c Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Wed, 28 Feb 2018 13:09:12 +0800 Subject: [PATCH] auto commit --- README.md | 11 ++++++----- notes/IntelliJ主题.txt | 2 ++ notes/Intellij 修改背景色.txt | 1 + notes/Intellij显示行号.txt | 1 + notes/查看文档.txt | 2 ++ 5 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 notes/IntelliJ主题.txt create mode 100644 notes/Intellij 修改背景色.txt create mode 100644 notes/Intellij显示行号.txt create mode 100644 notes/查看文档.txt diff --git a/README.md b/README.md index 21d35b3a..3f930a65 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,18 @@ 整理自《算法 第四版》,主要整理了面试常问的排序和查找算法。 +> [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md) + +目录按《剑指 Offer 第二版》编排,在牛客网的在线编程中出现的题目都已经 AC。 + +很多题目都在 Leetcode 中出现过,所以一些解题思路就不在这里重复写了。想要看解题思路的话,可以看原书,或者先看 Leetcode 题解。 + > [Leetcode 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md) 对题目做了一个分类,并对每种题型的解题思路做了总结。 已经整理了 300+ 的题目,基本涵盖所有经典题目。 -> [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md) - -目录按《剑指 Offer 第二版》编排,在牛客网的在线编程中出现的题目都已经 AC。 - -很多题目都在 Leetcode 中出现过,所以一些解题思路就不在这里重复写了。想要看解题思路的话,可以看《剑指 Offer》原书,或者先看 Leetcode 题解。 # 网络 diff --git a/notes/IntelliJ主题.txt b/notes/IntelliJ主题.txt new file mode 100644 index 00000000..36fddb40 --- /dev/null +++ b/notes/IntelliJ主题.txt @@ -0,0 +1,2 @@ +下载地址: http://color-themes.com/?view=index +之后通过Import Setting,然后重启一下IDE就可以使用了 \ No newline at end of file diff --git a/notes/Intellij 修改背景色.txt b/notes/Intellij 修改背景色.txt new file mode 100644 index 00000000..0519ecba --- /dev/null +++ b/notes/Intellij 修改背景色.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/notes/Intellij显示行号.txt b/notes/Intellij显示行号.txt new file mode 100644 index 00000000..89aa98b2 --- /dev/null +++ b/notes/Intellij显示行号.txt @@ -0,0 +1 @@ +Editor->Appearance->Show line numbers \ No newline at end of file diff --git a/notes/查看文档.txt b/notes/查看文档.txt new file mode 100644 index 00000000..d79ca79f --- /dev/null +++ b/notes/查看文档.txt @@ -0,0 +1,2 @@ +默认是ctrl+Q +如果把快捷键改成eclipse,那么就是F2 \ No newline at end of file