Skip to content

Commit c18e500

Browse files
committed
docs: update README
1 parent 3113cda commit c18e500

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Complete solutions to [LeetCode](https://leetcode-cn.com/problemset/all/), [LCOF
2020
[中文文档](./README_CN.md)
2121

2222
## Sites
23-
- Gitee Page: https://doocs.gitee.io/leetcode
24-
- GitHub Page: https://doocs.github.io/leetcode
23+
- Gitee Pages: https://doocs.gitee.io/leetcode
24+
- GitHub Pages: https://doocs.github.io/leetcode
2525

2626
## Solutions
2727
- [LeetCode](./solution/README.md)

README_CN.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919

2020
[English Version](./README.md)
2121

22+
## 站点
23+
- Gitee Pages: https://doocs.gitee.io/leetcode
24+
- GitHub Pages: https://doocs.github.io/leetcode
25+
26+
注:对于国内(中国)的朋友,访问 Gitee Page 速度会相对快一些。
27+
2228
## 题解
2329
- [LeetCode](./solution/README.md)
2430
- [剑指 Offer(第 2 版)](./lcof/README.md)

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<script src="//unpkg.com/prismjs/components/prism-c.min.js"></script>
7272
<script src="//unpkg.com/prismjs/components/prism-go.min.js"></script>
7373
<script src="//unpkg.com/prismjs/components/prism-sql.min.js"></script>
74-
<script src="//unpkg.com/prismjs/components/prism-scala.min.js"></script>
7574
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
7675
<script src="//unpkg.com/prismjs/components/prism-cpp.min.js"></script>
7776
<script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>

lcci/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
本书是原谷歌资深面试官的经验之作,帮助了许多想要加入脸书、苹果、谷歌等 IT 名企的求职者拿到 Dream offer。本专题的 100+ 编程面试题是在原书基础上精心挑选出来的,帮助你轻松应战 IT 名企技术面试。
33

44
## 题解
5-
以下所有题目均来源 [LeetCode 中国官网](https://leetcode-cn.com/problemset/lcci/),题解由 [doocs/leetcode](https://github.com/doocs/leetcode) 贡献者提供,正在完善中,敬请期待!
5+
以下所有题目均来源 [LeetCode 中国官网](https://leetcode-cn.com/problemset/lcci/),题解由 [doocs/leetcode 贡献者](https://github.com/doocs/leetcode/graphs/contributors) 提供,正在完善中,敬请期待!
66

77
| 题号 | 题解 | 难度 |
88
| --- | --- | --- |

lcof/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
本书精选谷歌、微软等知名IT企业的典型面试题,系统地总结了如何在面试时写出高质量代码,如何优化代码效率,以及分析、解决难题的常用方法。
33

44
## 题解
5-
以下所有题目均来源 [LeetCode 中国官网](https://leetcode-cn.com/problemset/lcof/),题解由 [doocs/leetcode](https://github.com/doocs/leetcode) 贡献者提供,正在完善中,敬请期待!
5+
以下所有题目均来源 [LeetCode 中国官网](https://leetcode-cn.com/problemset/lcof/),题解由 [doocs/leetcode 贡献者](https://github.com/doocs/leetcode/graphs/contributors) 提供,正在完善中,敬请期待!
66

77
| 题号 | 题解 | 难度 |
88
| --- | --- | --- |

solution/README.md

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

33

44
## 题解
5-
以下所有题目均来源 [LeetCode 中国官网](https://leetcode-cn.com/problemset/all),题解由 [doocs/leetcode](https://github.com/doocs/leetcode) 贡献者提供,正在完善中,敬请期待!
5+
以下所有题目均来源 [LeetCode 中国官网](https://leetcode-cn.com/problemset/all),题解由 [doocs/leetcode 贡献者](https://github.com/doocs/leetcode/graphs/contributors) 提供,正在完善中,敬请期待!
66

77
| 题号 | 题解 | 难度 |
88
| --- | --- | --- |

0 commit comments

Comments
 (0)