Skip to content

Commit 10482b1

Browse files
committed
fix: url
1 parent 30d7fcb commit 10482b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
这本书选取的[题目](/docs/coding-interview.md)都是被各大公司面试官反复采用的编程题,极具实战意义。当然,如果一开始觉得这些题目比较难,也是很正常的,因为大公司的面试本身就不简单。我们逐步掌握书中总结的解题方法之后,再去面试大公司,将会轻松很多。
1818

19-
推荐三个在线刷《剑指 Offer》的平台,个人比较倾向于 [LeetCode 中国](https://leetcode-cn.com/problemset/lcof/)
19+
推荐三个在线刷《剑指 Offer》的平台,个人比较倾向于 [LeetCode 中国](https://leetcode.cn/problemset/lcof/)
2020

21-
- [LeetCode 中国](https://leetcode-cn.com/problemset/lcof/):近期上线,支持多种编程语言,墙裂推荐。
21+
- [LeetCode 中国](https://leetcode.cn/problemset/lcof/):近期上线,支持多种编程语言,墙裂推荐。
2222
- [AcWing](https://www.acwing.com/problem/):支持 Java11。团队成员来自北大清华,剑指 Offer 第二版题目都有。
2323
- [NowCoder](https://www.nowcoder.com/ta/coding-interviews):这个应该大多数人都知道,但是没有剑指 Offer 第二版新增的题目。
2424

docs/coding-interview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ class MyQueue {
629629

630630
## 9.2 用两个队列实现栈
631631

632-
来源:[LeetCode](https://leetcode-cn.com/problems/implement-stack-using-queues/)
632+
来源:[LeetCode](https://leetcode.cn/problems/implement-stack-using-queues/)
633633

634634
### 题目描述
635635

0 commit comments

Comments
 (0)