Skip to content

Commit aa008c7

Browse files
authored
Update README.md
1 parent 8da2e22 commit aa008c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Python数据结构与算法分析
22
本内容是《Python数据结构与算法分析(第2版)》教材的学习代码,包括教材上每一章的编程练习题解答,以及教材实例程序的源代码。
33

4-
pythonds文件中包含了Python各种基本数据结构的代码实现,用于在操作数据结构时直接导入。导入方式示例:from pythonds.basic.stack import Stack
4+
`pythonds`文件中包含了Python各种基本数据结构的代码实现,用于在操作数据结构时直接导入。
5+
6+
导入方式示例:
7+
8+
from pythonds.basic.stack import Stack

0 commit comments

Comments
 (0)