Update README.md

This commit is contained in:
CyC2018 2018-03-19 10:49:02 +08:00 committed by GitHub
parent 2447b1933f
commit 7ea4706322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
> [算法](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/算法.md)
整理自《算法 第四版》,主要整理了面试常问的排序和查找算法。
整理自《算法 第四版》
> [剑指 Offer 题解](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md)
@ -52,7 +52,7 @@
> [面向对象思想](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/面向对象思想.md)
一些面向对象思想和原则。
一些面向对象思想和设计原则。
## 数据库 :floppy_disk:
@ -66,7 +66,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)
@ -76,7 +76,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)