Skip to content

Commit eff84d4

Browse files
committed
update content
1 parent 8428201 commit eff84d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+51
-44
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,29 @@ Gitee Pages 地址:https://labuladong.gitee.io/algo/
5151
**另外建议关注 [我的 B 站](https://space.bilibili.com/14089380),我把一系列核心算法技巧的文章都录制成了领读视频,方便大家学习**
5252

5353

54-
## labuladong 的刷题全家桶
54+
## 安装使用 labuladong 的刷题全家桶
5555

5656
> tip:labuladong 的刷题全家桶由学习网站、《算法秘籍》《刷题笔记》两本 PDF、Chrome/vscode/Jetbrain 三个不同平台的刷题插件组成,致力于为大家提供最丝滑的刷题体验。公众号后台回复关键词「**全家桶**」即可获取下载和使用手册。
5757
5858
### 一、公众号/学习网站
5959

6060
内容当然是我的系列算法教程中最核心的部分,其他的插件和 PDF 教材都是为内容服务的。我的算法教程都发布在公众号/网站上,相信你会未来会在这里花费大量的学习时间,而不是仅仅加入收藏夹~
6161

62+
![](https://labuladong.github.io/pictures/简介/web_intro.jpg)
63+
6264
**具体介绍**[labuladong 的公众号/算法网站使用手册](https://labuladong.github.io/article/fname.html?fname=网站介绍)
6365

6466
### 二、PDF 教材
6567

6668
鉴于我积累的算法教程比较多,为了防止过于陡峭的学习曲线,我精心挑选了必知必会的算法技巧,设计了一套循序渐进的学习路线,并制作成 PDF 方便大家离线学习/记笔记。
6769

68-
PDF 共两本,一本《labuladong 的算法秘籍》类似教材,帮你系统掌握算法的知识体系,另一本《labuladong 的刷题笔记》类似练习册,助你遨游题海,随心所欲地运用所学的技巧解题。
70+
PDF 共两本,一本《labuladong 的算法秘籍》类似教材,帮你系统掌握算法的知识体系:
71+
72+
![](https://labuladong.github.io/pictures/简介/pdf3.jpg)
73+
74+
另一本《labuladong 的刷题笔记》类似练习册,助你遨游题海,随心所欲地运用所学的技巧解题:
75+
76+
![](https://labuladong.github.io/pictures/简介/pdf5.jpg)
6977

7078
**具体介绍**[配套 PDF 算法教材使用手册](https://labuladong.github.io/article/fname.html?fname=pdf简介)
7179

@@ -74,6 +82,7 @@ PDF 共两本,一本《labuladong 的算法秘籍》类似教材,帮你系
7482
如果你认可我的算法教程,可以购买我的付费课程,目前我制作完成了[《数据结构精品课》](https://labuladong.github.io/article/fname.html?fname=ds课程简介)[《二叉树(递归)专题课》](https://labuladong.github.io/article/fname.html?fname=tree课程简介)。另外,还有押金形式的[刷题打卡挑战](https://labuladong.github.io/article/fname.html?fname=打卡挑战简介),完成打卡后押金将全额返还,打卡挑战适用于自己刷题坚持不下来的小伙伴参加。
7583

7684
课程和打卡挑战都可以在我的知识店铺购买和报名:
85+
7786
<p align='center'>
7887
<img src="https://labuladong.github.io/pictures/xiaoe_qr.png" width = "200" />
7988

动态规划系列/LCS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int longestCommonSubsequence(String s1, String s2);
7070
<details>
7171
<summary><strong>引用本文的题目</strong></summary>
7272

73-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
73+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
7474

7575
| LeetCode | 力扣 |
7676
| :----: | :----: |

动态规划系列/动态规划之正则表达.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ bool dp(string& s, int i, string& p, int j);
136136
<details>
137137
<summary><strong>引用本文的题目</strong></summary>
138138
139-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
139+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
140140
141141
| LeetCode | 力扣 |
142142
| :----: | :----: |

动态规划系列/动态规划设计:最长递增子序列.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ int lengthOfLIS(int[] nums) {
320320
<details>
321321
<summary><strong>引用本文的题目</strong></summary>
322322

323-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
323+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
324324

325325
| LeetCode | 力扣 |
326326
| :----: | :----: |

动态规划系列/动态规划详解进阶.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ int coinChange(int[] coins, int amount) {
483483
<details>
484484
<summary><strong>引用本文的题目</strong></summary>
485485

486-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
486+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
487487

488488
| LeetCode | 力扣 |
489489
| :----: | :----: |

动态规划系列/团灭股票问题.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ int maxProfit_k_inf(int[] prices, int cooldown, int fee) {
713713
<details>
714714
<summary><strong>引用本文的题目</strong></summary>
715715

716-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
716+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
717717

718718
| LeetCode | 力扣 |
719719
| :----: | :----: |

动态规划系列/抢房子.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ int rob(int[] nums);
5858
<details>
5959
<summary><strong>引用本文的题目</strong></summary>
6060

61-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
61+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
6262

6363
| LeetCode | 力扣 |
6464
| :----: | :----: |

动态规划系列/最优子结构.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ for (int i = 1; i < m; i++)
368368
<details>
369369
<summary><strong>引用本文的题目</strong></summary>
370370

371-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
371+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
372372

373373
| LeetCode | 力扣 |
374374
| :----: | :----: |

动态规划系列/状态压缩技巧.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ int longestPalindromeSubseq(string s) {
251251
<details>
252252
<summary><strong>引用本文的题目</strong></summary>
253253
254-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
254+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
255255
256256
| LeetCode | 力扣 |
257257
| :----: | :----: |

动态规划系列/编辑距离.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ class Node {
355355
<details>
356356
<summary><strong>引用本文的题目</strong></summary>
357357

358-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
358+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
359359

360360
| LeetCode | 力扣 |
361361
| :----: | :----: |

数据结构系列/BST1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void traverse(TreeNode root) {
250250
<details>
251251
<summary><strong>引用本文的题目</strong></summary>
252252

253-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
253+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
254254

255255
| LeetCode | 力扣 |
256256
| :----: | :----: |

数据结构系列/BST2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ void BST(TreeNode root, int target) {
326326
<details>
327327
<summary><strong>引用本文的题目</strong></summary>
328328

329-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
329+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
330330

331331
| LeetCode | 力扣 |
332332
| :----: | :----: |

数据结构系列/dijkstra算法.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ double dijkstra(int start, int end, List<double[]>[] graph) {
893893
<details>
894894
<summary><strong>引用本文的题目</strong></summary>
895895

896-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
896+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
897897

898898
| LeetCode | 力扣 |
899899
| :----: | :----: |

数据结构系列/二叉堆详解实现优先级队列.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public class MaxPQ <Key extends Comparable<Key>> {
271271
<details>
272272
<summary><strong>引用本文的题目</strong></summary>
273273

274-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
274+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
275275

276276
| LeetCode | 力扣 |
277277
| :----: | :----: |

数据结构系列/二叉树总结.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ class Solution {
734734
<details>
735735
<summary><strong>引用本文的题目</strong></summary>
736736

737-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
737+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
738738

739739
| LeetCode | 力扣 |
740740
| :----: | :----: |

数据结构系列/二叉树系列1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ void flatten(TreeNode root) {
391391
<details>
392392
<summary><strong>引用本文的题目</strong></summary>
393393

394-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
394+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
395395

396396
| LeetCode | 力扣 |
397397
| :----: | :----: |

数据结构系列/二叉树系列2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ int leftRootVal = preorder[preStart + 1];
593593
<details>
594594
<summary><strong>引用本文的题目</strong></summary>
595595

596-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
596+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
597597

598598
| LeetCode | 力扣 |
599599
| :----: | :----: |

数据结构系列/单调栈.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ int[] nextGreaterElements(int[] nums) {
232232
<details>
233233
<summary><strong>引用本文的题目</strong></summary>
234234

235-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
235+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
236236

237237
| LeetCode | 力扣 |
238238
| :----: | :----: |

数据结构系列/单调队列.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ class MonotonicQueue<E extends Comparable<E>> {
302302
<details>
303303
<summary><strong>引用本文的题目</strong></summary>
304304

305-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
305+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
306306

307307
| LeetCode | 力扣 |
308308
| :----: | :----: |

数据结构系列/图.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ class Solution {
355355
<details>
356356
<summary><strong>引用本文的题目</strong></summary>
357357

358-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
358+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
359359

360360
| LeetCode | 力扣 |
361361
| :----: | :----: |

数据结构系列/拓扑排序.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ List<Integer>[] buildGraph(int n, int[][] edges) {
614614
<details>
615615
<summary><strong>引用本文的题目</strong></summary>
616616

617-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
617+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
618618

619619
| LeetCode | 力扣 |
620620
| :----: | :----: |

数据结构系列/递归反转链表的一部分.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ ListNode reverseBetween(ListNode head, int m, int n) {
255255
<details>
256256
<summary><strong>引用本文的题目</strong></summary>
257257

258-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
258+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
259259

260260
| LeetCode | 力扣 |
261261
| :----: | :----: |

数据结构系列/队列实现栈栈实现队列.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class MyStack {
273273
<details>
274274
<summary><strong>引用本文的题目</strong></summary>
275275

276-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
276+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
277277

278278
| LeetCode | 力扣 |
279279
| :----: | :----: |

算法思维系列/BFS框架.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ while (!q1.isEmpty() && !q2.isEmpty()) {
423423
<details>
424424
<summary><strong>引用本文的题目</strong></summary>
425425

426-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
426+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
427427

428428
| LeetCode | 力扣 |
429429
| :----: | :----: |

算法思维系列/UnionFind算法详解.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ class UF {
600600
<details>
601601
<summary><strong>引用本文的题目</strong></summary>
602602

603-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
603+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
604604

605605
| LeetCode | 力扣 |
606606
| :----: | :----: |

算法思维系列/二分查找详解.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ int right_bound(int[] nums, int target) {
544544
<details>
545545
<summary><strong>引用本文的题目</strong></summary>
546546

547-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
547+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
548548

549549
| LeetCode | 力扣 |
550550
| :----: | :----: |

算法思维系列/前缀和技巧.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class NumMatrix {
206206
<details>
207207
<summary><strong>引用本文的题目</strong></summary>
208208

209-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
209+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
210210

211211
| LeetCode | 力扣 |
212212
| :----: | :----: |

算法思维系列/双指针技巧.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ String longestPalindrome(String s) {
426426
<details>
427427
<summary><strong>引用本文的题目</strong></summary>
428428

429-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
429+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
430430

431431
| LeetCode | 力扣 |
432432
| :----: | :----: |

算法思维系列/回溯算法详解修订版.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def backtrack(...):
424424
<details>
425425
<summary><strong>引用本文的题目</strong></summary>
426426

427-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
427+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
428428

429429
| LeetCode | 力扣 |
430430
| :----: | :----: |

算法思维系列/学习数据结构和算法的高效方法.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ N 叉树的遍历框架,找出来了吧?你说,树这种结构重不重要
383383
<details>
384384
<summary><strong>引用本文的题目</strong></summary>
385385

386-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
386+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
387387

388388
| LeetCode | 力扣 |
389389
| :----: | :----: |

算法思维系列/常用的位操作.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ int missingNumber(int[] nums) {
323323
<details>
324324
<summary><strong>引用本文的题目</strong></summary>
325325

326-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
326+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
327327

328328
| LeetCode | 力扣 |
329329
| :----: | :----: |

算法思维系列/滑动窗口技巧进阶.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ int lengthOfLongestSubstring(string s) {
458458
<details>
459459
<summary><strong>引用本文的题目</strong></summary>
460460

461-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
461+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
462462

463463
| LeetCode | 力扣 |
464464
| :----: | :----: |

算法思维系列/花式遍历.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ int[][] generateMatrix(int n) {
325325
<details>
326326
<summary><strong>引用本文的题目</strong></summary>
327327

328-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
328+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
329329

330330
| LeetCode | 力扣 |
331331
| :----: | :----: |

高频面试系列/LRU算法.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ class LRUCache {
387387
<details>
388388
<summary><strong>引用本文的题目</strong></summary>
389389

390-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
390+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
391391

392392
| LeetCode | 力扣 |
393393
| :----: | :----: |

高频面试系列/k个一组反转链表.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ ListNode reverseKGroup(ListNode head, int k) {
176176
<details>
177177
<summary><strong>引用本文的题目</strong></summary>
178178

179-
<strong>安装 [我的 Chrome 刷题插件](https://mp.weixin.qq.com/s/X-fE9sR4BLi6T9pn7xP4pg) 点开下列题目可直接查看解题思路:</strong>
179+
<strong>安装 [我的 Chrome 刷题插件](https://labuladong.github.io/article/fname.html?fname=chrome插件简介) 点开下列题目可直接查看解题思路:</strong>
180180

181181
| LeetCode | 力扣 |
182182
| :----: | :----: |

0 commit comments

Comments
 (0)