1- English version repo and Gitbook is on [ english branch] ( https://github.com/labuladong/fucking-algorithm/tree/english ) . Just enjoy:)
2-
3- # labuladong 的算法小抄
4-
5- <p align =' center ' >
6- <a href =" https://labuladong.github.io/algo " target =" _blank " ><img alt =" Website " src =" https://img.shields.io/website?label=%E5%9C%A8%E7%BA%BF%E7%94%B5%E5%AD%90%E4%B9%A6&style=flat-square&down_color=blue&down_message=%E7%82%B9%E8%BF%99%E9%87%8C&up_color=blue&up_message=%E7%82%B9%E8%BF%99%E9%87%8C&url=https%3A%2F%2Flabuladong.gitee.io%2Falgo&logo=Gitea " ></a >
7- <a href =" https://github.com/labuladong/fucking-algorithm " target =" _blank " ><img alt =" GitHub " src =" https://img.shields.io/github/stars/labuladong/fucking-algorithm?label=Stars&style=flat-square&logo=GitHub " ></a >
8- </p >
1+ [ ![ Star History Chart] ( https://api.star-history.com/svg?repos=labuladong/fucking-algorithm&type=Date )] ( https://star-history.com/#labuladong/fucking-algorithm&Date )
92
10- <p align =' center ' >
11- <a href =" https://www.github.com/labuladong " target =" _blank " ><img src =" https://img.shields.io/badge/作者-@labuladong-000000.svg?style=flat-square&logo=GitHub " ></a >
12- <a href =" https://www.zhihu.com/people/labuladong " target =" _blank " ><img src =" https://img.shields.io/badge/%E7%9F%A5%E4%B9%8E-@labuladong-000000.svg?style=flat-square&logo=Zhihu " ></a >
13- <a href =" https://i.loli.net/2020/10/10/MhRTyUKfXZOlQYN.jpg " target =" _blank " ><img src =" https://img.shields.io/badge/公众号-@labuladong-000000.svg?style=flat-square&logo=WeChat " ></a >
14- <a href =" https://space.bilibili.com/14089380 " target =" _blank " ><img src =" https://img.shields.io/badge/B站-@labuladong-000000.svg?style=flat-square&logo=Bilibili " ></a >
15- </p >
163
17- ![ ] ( pictures/cover.jpg )
4+ English version is on [ labuladong.online ] ( https://labuladong.online/algo/en/ ) too. Just enjoy: )
185
19- 好消息,2023 最新版《labuladong 的算法笔记》纸质书出版啦!微信扫码查看简介👆
20-
21- [ ![ Star History Chart] ( https://api.star-history.com/svg?repos=labuladong/fucking-algorithm&type=Date )] ( https://star-history.com/#labuladong/fucking-algorithm&Date )
6+ # labuladong 的算法笔记
227
238本仓库总共 60 多篇原创文章,都是基于 LeetCode 的题目,涵盖了所有题型和技巧,而且一定要做到** 举一反三,通俗易懂** ,绝不是简单的代码堆砌,后面有目录。
249
@@ -36,91 +21,49 @@ English version repo and Gitbook is on [english branch](https://github.com/labul
3621
3722** 1、先给本仓库点个 star,满足一下我的虚荣心** ,文章质量绝对值你一个 star。我还在继续创作,给我一点继续写文的动力,感谢。
3823
39- ** 2、建议关注我的公众号 labuladong,坚持高质量原创,说是最良心最硬核的技术公众号都不为过** 。本仓库的文章就是从公众号里整理出来的** 一部分** 内容,公众号可以查看更多内容:
40-
41- <p align =' center ' >
42- <img src =" ./pictures/qrcode.jpg " width = " 200 " />
43- </p >
24+ ** 2、建议收藏我的在线网站,每篇文章开头都有对应的力扣题目链接,可以边看文章边刷题,一共可以手把手带你刷 500 道题目** :
4425
45- ** 3、建议收藏我的在线网站,每篇文章开头都有对应的力扣题目链接,可以边看文章边刷题,一共可以手把手带你刷 300 道题目 ** :
26+ 2024 最新地址: https://labuladong.online/algo/
4627
4728~~ GitHub Pages 地址:https://labuladong.online/algo/ ~~
4829
4930~~ Gitee Pages 地址:https://labuladong.gitee.io/algo/ ~~
5031
51- 2024 最新地址:https://labuladong.online/algo/
52-
53- ** 另外建议关注 [ 我的 B 站] ( https://space.bilibili.com/14089380 ) ,我把一系列核心算法技巧的文章都录制成了领读视频,方便大家学习** 。
54-
55-
56- ## 安装使用 labuladong 的刷题全家桶
57-
58- > tip:labuladong 的刷题全家桶由学习网站、《算法秘籍》《刷题笔记》两本 PDF、Chrome/vscode/Jetbrain 三个不同平台的刷题插件组成,致力于为大家提供最丝滑的刷题体验。公众号后台回复关键词「** 全家桶** 」即可获取下载和使用手册。
59-
60- ### 一、公众号/学习网站
32+ ## labuladong 刷题全家桶简介
6133
62- 内容当然是我的系列算法教程中最核心的部分,其他的插件和 PDF 教材都是为内容服务的。我的算法教程都发布在公众号/网站上,相信你会未来会在这里花费大量的学习时间,而不是仅仅加入收藏夹 ~
34+ ### 一、算法可视化面板
6335
64- ![ ] ( https://labuladong.github.io/pictures/简介/web_intro.jpg )
36+ 我的算法网站、所有配套插件都集成了一个算法可视化工具,可以对数据结构和递归过程进行可视化,大幅降低理解算法的难度。几乎每道题目的解法代码都有对应的可视化面板,具体参见下方介绍。
6537
66- ** 具体介绍** :[ labuladong 的公众号/算法网站使用手册] ( https://labuladong.github.io/article/fname.html?fname=网站介绍 )
6738
68- ### 二、PDF 教材
39+ ### 二、学习网站
6940
70- 鉴于我积累的算法教程比较多,为了防止过于陡峭的学习曲线,我精心挑选了必知必会的算法技巧,设计了一套循序渐进的学习路线,并制作成 PDF 方便大家离线学习/记笔记。
41+ 内容当然是我的系列算法教程中最核心的部分,我的算法教程都发布在网站 [ labuladong.online ] ( https://labuladong.online/algo/ ) 上,相信你会未来会在这里花费大量的学习时间,而不是仅仅加入收藏夹 ~
7142
72- PDF 共两本,一本《 labuladong 的算法秘籍》类似教材,帮你系统掌握算法的知识体系:
43+ ![ ] ( https:// labuladong.github.io/pictures/简介/web_intro1.jpg )
7344
74- ![ ] ( https://labuladong.github.io/pictures/简介/pdf3.jpg )
45+ ### 三、Chrome 插件
7546
76- 另一本《labuladong 的刷题笔记》类似练习册,助你遨游题海,随心所欲地运用所学的技巧解题:
77-
78- ![ ] ( https://labuladong.github.io/pictures/简介/pdf5.jpg )
79-
80- ** 具体介绍** :[ 配套 PDF 算法教材使用手册] ( https://labuladong.github.io/article/fname.html?fname=pdf简介 )
81-
82- ### 三、精品课程
83-
84- 如果你认可我的算法教程,可以购买我的付费课程,目前我制作完成了[ 《数据结构精品课》] ( 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=打卡挑战简介 ) ,完成打卡后押金将全额返还,打卡挑战适用于自己刷题坚持不下来的小伙伴参加。
85-
86- 课程和打卡挑战都可以在我的知识店铺购买和报名:
87-
88- <p align =' center ' >
89- <img src =" https://labuladong.github.io/pictures/xiaoe_qr.png " width = " 200 " />
90-
91- </p >
92-
93- 话说回来,我今天能拥有这么多读者,都靠大家捧场,大家能从我这学到东西我就很高兴,不差钱的买个课捧个钱场,缺钱的把我的公众号/网站推荐给身边的朋友捧个人场,都是对我的支持!
94-
95- ### 四、Chrome 插件
96-
97- ** 主要功能** :Chrome 插件可以在中文版力扣或英文版 LeetCode 上快捷查看我的「题解」或「思路」,并添加了题目和算法技巧之间的引用关系,可以和我的网站/公众号/课程联动,给我的读者提供最丝滑的刷题体验。
47+ ** 主要功能** :Chrome 插件可以在中文版力扣或英文版 LeetCode 上快捷查看我的「题解」或「思路」,并添加了题目和算法技巧之间的引用关系,可以和我的网站/公众号/课程联动,给我的读者提供最丝滑的刷题体验。安装使用手册见下方目录。
9848
9949![ ] ( https://labuladong.github.io/pictures/简介/chrome_intro.jpg )
10050
101- ** 安装使用手册** :[ Chrome 插件安装使用手册] ( https://labuladong.github.io/article/fname.html?fname=chrome插件简介 )
10251
103- ### 五 、vscode 插件
52+ ### 四 、vscode 插件
10453
105- ** 主要功能** :和 Chrome 插件功能基本相同,习惯在 vscode 上刷题的读者可以使用该插件。
54+ ** 主要功能** :和 Chrome 插件功能基本相同,习惯在 vscode 上刷题的读者可以使用该插件。安装使用手册见下方目录。
10655
10756![ ] ( https://labuladong.github.io/pictures/简介/vs_intro.jpg )
10857
109- ** 安装使用手册** :[ vscode 插件安装使用手册] ( https://labuladong.github.io/article/fname.html?fname=vscode插件简介 )
11058
111- ### 六 、Jetbrains 插件
59+ ### 五 、Jetbrains 插件
11260
113- ** 主要功能** :和 Chrome 插件功能基本相同,习惯在 Jetbrains 家的 IDE(PyCharm/Intellij/Goland 等)上刷题的读者可以使用该插件。
61+ ** 主要功能** :和 Chrome 插件功能基本相同,习惯在 Jetbrains 家的 IDE(PyCharm/Intellij/Goland 等)上刷题的读者可以使用该插件。安装使用手册见下方目录。
11462
11563![ ] ( https://labuladong.github.io/pictures/简介/jb_intro.jpg )
11664
117- ** 安装使用手册** :[ Jetbrains 插件安装使用手册] ( https://labuladong.github.io/article/fname.html?fname=jb插件简介 )
118-
119- 最后,把上面这些工具汇总成一张图:
120-
121- ![ ] ( https://labuladong.github.io/pictures/others/全家桶.jpg )
12265
123- 祝大家学习愉快 ,在题海中自在遨游!
66+ 最后祝大家学习愉快 ,在题海中自在遨游!
12467
12568
12669# 文章目录
0 commit comments