From 2be34501317a6e0fc84d44a66bb384a0a4532f40 Mon Sep 17 00:00:00 2001 From: CyC2018 <36260787+CyC2018@users.noreply.github.com> Date: Sun, 18 Mar 2018 20:00:32 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93637019..943653f9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ > [算法](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/算法.md) -整理自《算法 第四版》,主要整理了面试常问的排序和查找算法。 +整理自《算法 第四版》 > [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md) @@ -65,7 +65,7 @@ > [MySQL](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/MySQL.md) -整理自《高性能 MySQL》,整理了一些重点内容。 +整理自《高性能 MySQL》 > [Redis](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Redis.md) @@ -75,7 +75,7 @@ > [JVM](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/JVM.md) -整理自《深入理解 Java 虚拟机》,主要整理了内存模型、垃圾回收以及类加载机制。 +整理自《深入理解 Java 虚拟机》 > [Java 并发](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20并发.md)