OSDN Git Service

feat: Update an image of binary expression tree
authorSiger Young <yscysc01@qq.com>
Sat, 6 Oct 2018 18:27:31 +0000 (02:27 +0800)
committerSiger Young <yscysc01@qq.com>
Sat, 6 Oct 2018 18:27:31 +0000 (02:27 +0800)
docs/basic/expression.md
docs/basic/images/bet.png [new file with mode: 0644]

index bce292a..9c7c9f8 100644 (file)
@@ -6,7 +6,8 @@
 
 ## 递归
 
-递归的方法是把表达式拆分成表达式树(此处应有图),然后在树结构上自底向上进行运算。
+递归的方法是把表达式拆分成如图所示的表达式树,然后在树结构上自底向上进行运算。
+![](./images/bet.png)
 
 ## 非递归
 
diff --git a/docs/basic/images/bet.png b/docs/basic/images/bet.png
new file mode 100644 (file)
index 0000000..9b84b26
Binary files /dev/null and b/docs/basic/images/bet.png differ