From 5bed511c1cb6b055e3d42b8cd1ea345bc28161b4 Mon Sep 17 00:00:00 2001 From: Jun Date: Fri, 22 Dec 2017 15:38:23 +0800 Subject: [PATCH] Update README-ZH_CN.md --- README-ZH_CN.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README-ZH_CN.md b/README-ZH_CN.md index 3b7db32..4897e47 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -42,7 +42,9 @@ - 《Python参考手册》[中文第四版](https://book.douban.com/subject/5401851/) - 《Python in a Nutshell》 -## 算法 +## 数据结构与算法 +- 《Data Structures and Algorithms in Python》 +- 《Problem Solving with Algorithms and Data Structures Using Python》 - 《Python算法教程》[中文版](https://www.amazon.cn/Python%E7%AE%97%E6%B3%95%E6%95%99%E7%A8%8B-%E6%8C%AA%E5%A8%81-%E8%B5%AB%E7%89%B9%E5%85%B0/dp/B019NB0VCI) ## 游戏开发