Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<div align="center">
<a href="https://algo.itcharge.cn/">
<img src="https://qcdn.itcharge.cn/images/btn_read_online.svg" width="145" alt="在线阅读"></a>
<a href="https://github.com/ITCharge/AlgoNote">
<img src="https://qcdn.itcharge.cn/images/btn_github_link.svg" width="145" alt="GitHub 仓库"></a>
<a href="https://github.com/itcharge/AlgoNote/releases">
<img src="https://qcdn.itcharge.cn/images/btn_download_pdf.svg" width="145" alt="PDF 下载"></a>
</div>

## 1. 本书简介
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="https://algo.itcharge.cn/">
<img src="https://qcdn.itcharge.cn/images/btn_read_online.svg" width="145" alt="在线阅读"></a>
<a href="https://github.com/ITCharge/AlgoNote">
<img src="https://qcdn.itcharge.cn/images/btn_github_link.svg" width="145" alt="GitHub 仓库"></a>
<img src="https://qcdn.itcharge.cn/images/btn_github_link.svg" width="145" alt="代码仓库"></a>
</div>

## 1. 本书简介
Expand Down
8 changes: 2 additions & 6 deletions docs/others/todo_list.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## 文档生成

- 编写生成 PDF 脚本,并生成 PDF(高优先级)

## 内容优化

- 借助 DeepSeek 优化全书内容(中优先级
- 借助 DeepSeek 优化全书内容(高优先级
- 单调栈文章内容优化
- 双向队列文章内容优化
- 后缀数组文章内容优化
Expand All @@ -19,7 +15,7 @@
## 图片和示意图

- 优化全书图片示意图(中优先级)
- 补充示意图(中优先级):
- 补充示意图(高优先级):
- 双向队列操作示意图
- 单调栈应用场景示意图
- 后缀数组构建过程示意图
Expand Down
1 change: 1 addition & 0 deletions docs/others/update_time.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2025-10

- 2025-10-13 编写生成 PDF 脚本,并生成 AlgoNote-v2.0.pdf
- 2025-10-09 修复内容显示问题
- 2025-10-07 更新题目分类

Expand Down