File tree Expand file tree Collapse file tree 2 files changed +45
-9
lines changed Expand file tree Collapse file tree 2 files changed +45
-9
lines changed Original file line number Diff line number Diff line change 1+ <div align =' center ' >
2+ <img src="https://qcdn.itcharge.cn/images/20250923171331.png" alt="alt text" width="100%"/>
3+ <h1>算法通关手册</h1>
4+ </div >
5+
6+ <div align =" center " >
7+ <img src =" https://img.shields.io/github/stars/ITCharge/AlgoNote?style=flat&logo=github " alt =" GitHub stars " />
8+ <img src =" https://img.shields.io/github/forks/ITCharge/AlgoNote?style=flat&logo=github " alt =" GitHub forks " />
9+ <img src =" https://img.shields.io/badge/language-Chinese%20%7C%20Python-brightgreen?style=flat " alt =" Language " />
10+ <a href =" https://github.com/ITCharge/AlgoNote " ><img src =" https://img.shields.io/badge/GitHub-Project-blue?style=flat&logo=github " alt =" GitHub Project " /></a >
11+ <p ></p >
12+ </div >
13+
14+ <p align =" center " >
15+ <a href =" https://algo.itcharge.cn/ " >
16+ <img src="https://qcdn.itcharge.cn/images/btn_read_online.svg" width="145" alt="在线阅读"></a>
17+ <a href =" https://github.com/ITCharge/AlgoNote " >
18+ <img src="https://qcdn.itcharge.cn/images/btn_github_link.svg" width="145" alt="GitHub 仓库"></a>
19+ </p >
20+
21+
22+ <div align =" center " >
23+ <h3 >📚 从零开始的「算法与数据结构」学习教程</h3 >
24+ <p ><em >一本系统讲解算法与数据结构、涵盖 LeetCode 题解的中文学习手册</em ></p >
25+ </div >
26+
27+
128## 1. 本书简介
229
330本书不仅仅只是一本算法题解书,更是一本算法与数据结构基础知识的讲解书。
Original file line number Diff line number Diff line change 1+ <div align =' center ' >
2+ <img src="https://qcdn.itcharge.cn/images/20250923171331.png" alt="alt text" width="100%"/>
3+ <h1>算法通关手册</h1>
4+ <p></p>
5+ <h3>📚 从零开始的「算法与数据结构」学习教程</h3>
6+ <p><em>一本系统讲解算法与数据结构、涵盖 LeetCode 题解的中文学习手册</em></p>
7+ </div >
8+
9+ <p align =" center " >
10+ <a href =" https://algo.itcharge.cn/ " >
11+ <img src="https://qcdn.itcharge.cn/images/btn_read_online.svg" width="145" alt="在线阅读"></a>
12+ <a href =" https://github.com/ITCharge/AlgoNote " >
13+ <img src="https://qcdn.itcharge.cn/images/btn_github_link.svg" width="145" alt="GitHub 仓库"></a>
14+ </p >
15+
116## 1. 本书简介
217
318本书不仅仅只是一本算法题解书,更是一本算法与数据结构基础知识的讲解书。
722- 本项目先从基础的数据结构和算法开始讲解,再针对不同分类的数据结构和算法,进行具体题目的讲解分析。让读者可以通过「算法基础理论学习」和「编程实战学习」相结合的方式,彻底的掌握算法知识。
823- 本项目从各大知名互联网公司面试算法题中整理汇总了 ** 「LeetCode 200 道高频面试题」** ,帮助面试者更有针对性的准备面试。
924
10- ### 1.1 源码地址
11-
12- 本书内容及代码都放在 [ Github repo] ( https://github.com/ITCharge/AlgoNote ) 中,欢迎在下方项目中 ** 「Star ⭐️ 」** 和 ** 「Fork」** ,这是对我最大的鼓励和支持。
13-
14- - Github 地址:[ https://github.com/ITCharge/AlgoNote ] ( https://github.com/ITCharge/AlgoNote )
15-
16- ### 1.2 目标读者
25+ ### 1.1 目标读者
1726
1827- 拥有 Python 编程基础或其他编程语言基础的编程爱好者
1928- 对 LeetCode 刷题感兴趣或准备算法面试的面试人员
2029- 对算法感兴趣的计算机专业学生或程序员
2130- 想要提升编程思维和问题解决能力的开发者
2231
23- ### 1.3 内容结构
32+ ### 1.2 内容结构
2433
2534本书采用算法与数据结构相结合的方法,把内容分为如下几个主要部分:
2635
3645- ** 9. 附加内容** :作为全书的扩展模块。
3746- ** 10. 题目解析** :讲解 LeetCode 上刷过的所有题目,可按照对应题号进行检索和学习。
3847
39- ### 1.4 使用说明
48+ ### 1.3 使用说明
4049
4150- 本电子书的左侧为所有章节目录导航,可直接点击对应章节跳转阅读。
4251- 本电子书左上角有搜索栏,可以帮你迅速找到想看的章节和题解文章。
You can’t perform that action at this time.
0 commit comments