Skip to content

Commit b103e3c

Browse files
committed
python中的二叉树模块
1 parent 4497129 commit b103e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binary_tree_python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ bintrees提供了丰富的API,涵盖了通常的多种应用。下面逐条说
6060

6161
- 实例化
6262

63-
63+
看例子:
64+
6465
>>> btree = BinaryTree()
6566
>>> btree
6667
BinaryTree({})

0 commit comments

Comments
 (0)