Skip to content

Commit c4d36c5

Browse files
committed
python实现二叉树查找算法
1 parent 3d40bf2 commit c4d36c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary_tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
以下面图示的二叉树为例说明查找算法
3333

34-
![](./pic/binarytree1.png)
34+
![](./pics/binarytree1.png)
3535

3636
**Node 类**
3737

0 commit comments

Comments
 (0)