From d87aebc0abad42d77d305d50994be7ccd3ea503f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=B5=B7=E6=B4=B2?= Date: Wed, 19 Sep 2018 10:05:34 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加面试算法总结 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89625ec3..0b6ebd2e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ 主要参考 Robert Sedgewick 的算法书进行实现,源代码以及测试代码可在另一个仓库获取。 +> [面试算法整理](https://github.com/haiker2011/Interview-Notebook/blob/master/notes/面试总结.md) + +主要是对公司面试的算法题目进行总结整理,方便自己查阅。 + ## 操作系统 :computer: > [计算机操作系统](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/计算机操作系统.md)