Files
LeetCode-Book/leetbook_ioa/docs/# 0 引言.md
krahets de1a505d63 Add documents of leetbook IOA and
selected coding interview.
2023-10-10 20:22:09 +08:00

27 lines
1.2 KiB
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 引言
《图解算法数据结构》面向算法初学者、互联网求职者设计,主要内容包括:
### 精选面试题图文解析
- 图文详解 75 道题目,覆盖主要算法知识点,非常适合作为算法学习的 **第一份题库**
- 题库活跃于各大互联网公司招聘中,可使笔面试准备事半功倍。
- 致力于行文深入浅出、图文搭配,提供简洁的 **Python, Java, C++** 解题代码。
- 笔者整理了 **题目分类****刷题计划** ,让刷题有迹可循。
### 数据结构与算法专栏
- **基础知识:** 时间复杂度、空间复杂度等算法知识。
- **数据结构:** 数组、链表、字符串、栈、队列、哈希表、树、图、堆。
- **算法专题:** 搜索与回溯、分治、动态规划、贪心、排序、位运算、模拟、数学。
## 配套代码
为方便各位 Debug 算法题目,笔者整理了本 LeetBook 的配套代码,包括:
- 「题解代码」提供 Python, Java, C++ 语言。
- 「测试样例」与运行调用代码。
- 「数据结构」封装,提升 LeetCode 刷题效率。
与本 LeetBook 配合食用更佳仓库链接https://github.com/krahets/LeetCode-Book