Skip to content

Commit 45288f3

Browse files
committed
update
1 parent 9c49b03 commit 45288f3

3 files changed

Lines changed: 61 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222

2323

2424

25+
🔥🔥🔥
26+
27+
欢迎光临 LinTools 开发者的在线导航: https://tools.frankfeekr.cn
28+
29+
如果你有更好的在线工具,[请点击留言](https://github.com/frank-lam/fullstack-tutorial/issues/65),持续更新!
30+
31+
2532

2633
## 前言
2734

notes/data-structures-and-algorithms/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<div align="left"><img src="assets/logo7.svg" width="80px"/></div>
2-
31
# 数据结构与算法
42

53
## 学习路径
@@ -12,6 +10,12 @@
1210

1311

1412

13+
## 思维导图
14+
15+
https://qe22azoqym.feishu.cn/mindnotes/bmncnEkHNqhGBDapbcrV3cQ4duc
16+
17+
18+
1519
## 参考资料
1620

1721
- 题库 - 力扣 (LeetCode) 全球极客挚爱的技术成长平台
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# 数据结构
2+
3+
## 一、基础数据结构
4+
5+
### 字符串
6+
7+
- 标准库,解析,匹配等
8+
9+
### 线性表
10+
11+
- 数组
12+
13+
- 动态数组
14+
15+
### 栈和队列
16+
17+
### 链表
18+
19+
### 哈希表
20+
21+
22+
23+
## 二、高级数据结构
24+
25+
### 树和二叉树
26+
27+
- 二叉树
28+
29+
- 二分搜索树
30+
31+
- AVL 树
32+
33+
- B 和 B+
34+
35+
- 二分查找法
36+
- Leetcode 704.
37+
38+
- 红黑树
39+
40+
### 集合和映射
41+
42+
### 优先队列和堆
43+
44+
### 线段树
45+
46+
### Trie
47+
48+
### 并查集

0 commit comments

Comments
 (0)