Skip to content

Commit ccce954

Browse files
authored
Update README.md
1 parent 7c4c4d6 commit ccce954

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@
44

55
#### 目的
66

7-
数据结构作为计算机从业人员的必备基础,Java, c 之类的语言有很多这方面的书籍,Python 相对较少,其中比较著名的一本 [problem-solving-with-algorithms-and-data-structure-using-python](http://interactivepython.org/runestone/static/pythonds/index.html),所以我在学习的过程中将其翻译了中文版,希望对大家有点帮助。
7+
数据结构作为计算机从业人员的必备基础,Java, c 之类的语言有很多这方面的书籍,Python 相对较少,
8+
其中比较著名的一本 [problem-solving-with-algorithms-and-data-structure-using-python](http://interactivepython.org/runestone/static/pythonds/index.html),所以我在学习的过程中将其翻译了中文版,希望对大家有点帮助。
89

910
* 由于本人英语能力不佳,本书部分翻译参考谷歌,但每句话都经过个人理解后调整修改,尽量保证语句畅通。
1011
* 由于翻译比较仓促,难以避免有些排版错别字等问题,后续会润色。如你也有兴趣参与,可 pull request 到 [github 仓库](https://github.com/facert/python-data-structure-cn)
1112
* 默认大家有一定的 Python 基础,故暂未翻译 Python 语法的几个章节。后续考虑书的完整性会加上这几节。
1213
* 本书未加上课后练习,如有兴趣,可上原书网站练习。
1314

1415
#### 地址
15-
github 地址: https://github.com/facert/python-data-structure-cn
16-
gitbook 在线浏览: https://facert.gitbooks.io/python-data-structure-cn
16+
* github 地址: https://github.com/facert/python-data-structure-cn
17+
* gitbook 在线浏览: https://facert.gitbooks.io/python-data-structure-cn
1718

1819

1920
#### 联系作者
20-
21-
博客: https://facert.github.io
21+
* 邮箱: [email protected]
22+
* 博客: https://facert.github.io
2223

2324
#### 许可证
2425
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。传播此文档时请注意遵循以上许可协议。 关于本许可证的更多详情可参考 http://creativecommons.org/licenses/by-sa/4.0/

0 commit comments

Comments
 (0)