Skip to content

Commit 4c9ff80

Browse files
committed
doc: update README.md
1 parent 740dce9 commit 4c9ff80

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
剑指 offer 及大厂面试题解:<a href ="https://offer.hi-dhl.com">在线阅读</a>,LeetCode 系列题解:<a href ="https://leetcode.hi-dhl.com">在线阅读</a>
77
</p>
88

9-
<p align="center"> 做题进度:AC 133 题,每道题目都会用 Java 和 kotlin 去实现</p>
9+
<p align="center"> 做题进度:AC 216+ 题,每道题目都会用 Java 和 kotlin 去实现</p>
1010

1111
<p align="center"> 每题都有解题思路、时间复杂度、空间复杂度、源代码</p>
1212

@@ -18,7 +18,7 @@
1818

1919
数据结构和算法是每个程序的都必须掌握的,也是面试的入门门槛之一,在大学期间经常参加一些比赛如蓝桥杯、ACM 等等,因此无论在面试还是工作都带来很多帮助。
2020

21-
Google 这几年一直在强力推荐 Kotlin,自从用了 Kotlin 了之后爱不释手,工作效率提高了很多,现在我打算重拾 LeetCode 之 Algorithm,语言选择 **Java、Kotlin**目前已经 AC 了 70 题左右,题库会一点点去完善。
21+
Google 这几年一直在强力推荐 Kotlin,自从用了 Kotlin 了之后爱不释手,工作效率提高了很多,现在我打算重拾 LeetCode 之 Algorithm,语言选择 **Java、Kotlin**,题库会一点点去完善。
2222

2323
LeetCode 我现在正式从国际版切换到国内版,因为国内版本现在越做越好了,题库也更加完善,除了基本的算法、数据库、Shell、多线程之外,还有程序员面试宝典、剑指 offer 系列题目。
2424

leetcode/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img src="http://cdn.51git.cn/2020-10-04-16017893774760.jpg" width = 400px/>
99

1010

11-
LeetCode 的题解进度,目前累计 AC 了 131 题,累计题解 58 题
11+
LeetCode 的题解进度,目前累计 AC 了 216+
1212

1313

1414
如果你同我一样喜欢算法、LeetCode,可以关注我 GitHub 上的 LeetCode 题解

leetcode/common/index_header.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center"> 仓库 <b>每周</b> 持续更新,如果对你有帮助,请在右上角 star 一下</p>
44

5-
<p align="center"> LeetCode 的题解进度,目前已经 AC 了 133 题</p>
5+
<p align="center"> LeetCode 的题解进度,目前已经 AC 了 216+</p>
66

77
<p align="center"> 每题都有解题思路、时间复杂度、空间复杂度、源代码</p>
88

offer/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img src="http://cdn.51git.cn/2020-10-04-16017893774760.jpg" width = 400px/>
99

1010

11-
LeetCode 的题解进度,目前累计 AC 了 131 题,累计题解 58 题
11+
LeetCode 的题解进度,目前累计 AC 了 216+
1212

1313

1414
如果你同我一样喜欢算法、LeetCode,可以关注我 GitHub 上的 LeetCode 题解

offer/common/index_header.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center"> 仓库 <b>每周</b> 持续更新,如果对你有帮助,请在右上角 star 一下</p>
44

5-
<p align="center"> LeetCode 的题解进度,目前已经 AC 了 133 题</p>
5+
<p align="center"> LeetCode 的题解进度,目前已经 AC 了 216+</p>
66

77
<p align="center"> 每题都有解题思路、时间复杂度、空间复杂度、源代码 </p>
88

0 commit comments

Comments
 (0)