Skip to content

Commit 181a3f3

Browse files
authored
Update README.md
1 parent e49bf79 commit 181a3f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
## 算法 :pencil2:
3737

38-
> [剑指 Offer 题解 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20 题解.md)
38+
> [剑指 Offer 题解 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/剑指%20offer%20题解.md)
3939
4040
目录根据原书第二版进行编排,代码和原书有所不同,尽量比原书更简洁。
4141

42-
> [Leetcode 题解 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20 题解.md)
42+
> [Leetcode 题解 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Leetcode%20题解.md)
4343
4444
对题目做了一个大致分类,并对每种题型的解题思路做了总结。
4545

@@ -105,19 +105,19 @@ Leetcode 上数据库题目的解题记录。
105105

106106
## Java :coffee:
107107

108-
> [Java 基础 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20 基础.md)
108+
> [Java 基础 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20基础.md)
109109
110110
不会涉及很多基本语法介绍,主要是一些实现原理以及关键特性。
111111

112-
> [Java 容器 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20 容器.md)
112+
> [Java 容器 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20容器.md)
113113
114114
源码分析:ArrayList、Vector、CopyOnWriteArrayList、LinkedList、HashMap、ConcurrentHashMap、LinkedHashMap、WeekHashMap。
115115

116116
> [Java 并发 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20 并发.md)
117117
118118
线程使用方式、两种互斥同步方法、线程协作、JUC、线程安全、内存模型、锁优化。
119119

120-
> [Java 虚拟机 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20 虚拟机.md)
120+
> [Java 虚拟机 ](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20虚拟机.md)
121121
122122
运行时数据区域、垃圾收集、类加载。
123123

0 commit comments

Comments
 (0)