We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7314702 commit a90dc7aCopy full SHA for a90dc7a
docs/others/index.md
@@ -0,0 +1,4 @@
1
+## 本章内容
2
+
3
+- [待办清单](https://github.com/ITCharge/AlgoNote/tree/main/docs/others/todo_list.md)
4
+- [网站时间线](https://github.com/ITCharge/AlgoNote/tree/main/docs/others/update_time.md)
docs/others/todo_list.md
@@ -0,0 +1,32 @@
+## 文档生成
+- 编写生成 PDF 脚本,并生成 PDF
5
+## 内容优化
6
7
+- 借助 DeepSeek 优化全书内容
8
+ - 单调栈文章内容优化
9
+ - 双向队列文章内容优化
10
+ - 后缀数组文章内容优化
11
+ - 树状数组文章内容优化
12
+ - 第 8 章 动态规划章节优化
13
+ - 树形 DP 相关内容
14
+ - 状态压缩 DP 相关内容
15
+ - 计数 DP 相关内容
16
+ - 数位 DP 相关内容
17
+ - 概率 DP 相关内容
18
19
+## 图片和示意图
20
21
+- 优化全书图片示意图
22
+- 补充示意图:
23
+ - 双向队列操作示意图
24
+ - 单调栈应用场景示意图
25
+ - 后缀数组构建过程示意图
26
+ - 树状数组更新和查询示意图
27
28
+## 代码和文档完善
29
30
+- 优化代码注释,丰富多种编程语言(如 Java、C++)的实现示例
31
+- 检查并优化各章节的链接有效性及交叉引用
32
+- 增加更多的题目解析,提升内容的广度与深度
0 commit comments