From 6ea58eff7e40a8b449a567af5ba7dcd20f7cd058 Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Mon, 31 Dec 2018 20:16:36 +0800 Subject: [PATCH] auto commit --- README.md | 12 ++++-------- docs/notes/剑指 offer 题解.md | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 62e052d3..5c303576 100644 --- a/README.md +++ b/README.md @@ -137,21 +137,17 @@ - [Docker](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/Docker.md) Docker 基本原理。 + + - [构建工具](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/构建工具.md) + + 构建工具的基本概念、主流构建工具介绍。 - [正则表达式](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/正则表达式.md) 正则表达式基本语法。 -- [构建工具](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/构建工具.md) - - 构建工具的基本概念、主流构建工具介绍。 - ### :speak_no_evil: 编码实践 -- [重构](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/重构.md) - - 参考 重构 改善既有代码的设计。 - - [代码可读性](https://github.com/CyC2018/CS-Notes/blob/master/docs/notes/代码可读性.md) 参考 编写可读代码的艺术。 diff --git a/docs/notes/剑指 offer 题解.md b/docs/notes/剑指 offer 题解.md index 86d6cb6f..34753db4 100644 --- a/docs/notes/剑指 offer 题解.md +++ b/docs/notes/剑指 offer 题解.md @@ -90,7 +90,7 @@ # 2. 实现 Singleton -[单例模式](https://github.com/CyC2018/Interview-Notebook/blob/master/notes/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F.md) +[单例模式](设计模式.md) # 3. 数组中重复的数字