-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Toby_here edited this page Jul 5, 2026
·
2 revisions
把枯燥的算法 PDF 教材变成优雅的在线书架 + 交互式阅读器。
cd 算法书
python -m http.server 3000
# 浏览器打开 http://localhost:3000/index.html
⚠️ 必须用 HTTP 服务器,file:// 协议会被 CORS 阻止。
访问 GitHub Pages:https://tobyberry666.github.io/algorithm-books/
| 书名 | 作者 | 类型 |
|---|---|---|
| 大话数据结构 | 程杰 | 扫描版 |
| 深入浅出程序设计竞赛(基础篇) | 汪楚奇 | 扫描版 |
| 算法竞赛(上册) | 罗勇军,郭卫斌 | 扫描版 |
| 算法竞赛(下册) | 罗勇军,郭卫斌 | 扫描版 |