Skip to content

Commit 8da2e22

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

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

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

0 commit comments

Comments
 (0)