Skip to content

Commit 4ba73ab

Browse files
committed
剑指Offer–039-平衡二叉树--http://blog.csdn.net/gatieme/article/details/51346422
1 parent 1fdf190 commit 4ba73ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

039-二叉树的深度/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
| ------------- |:-------------:| -----:|
1414
|[039-二叉树的深度](http://www.nowcoder.com/practice/435fb86331474282a3499955f0a41e8b?tpId=13&tqId=11191&rp=2&ru=%2Fta%2Fcoding-interviews&qru=%2Fta%2Fcoding-interviews%2Fquestion-ranking) | [1350-二叉树的深度](http://ac.jobdu.com/problem.php?pid=1350) | [剑指Offer--039-二叉树的深度](http://blog.csdn.net/gatieme/article/details/51339884) | [039-二叉树的深度](https://github.com/gatieme/CodingInterviews/tree/master/039-二叉树的深度) |
1515

16+
17+
18+
19+
, <br>**您也可以选择[回到目录-剑指Offer--题集目录索引](http://blog.csdn.net/gatieme/article/details/51916802)**
20+
21+
22+
1623
#题意
1724
-------
1825

@@ -23,7 +30,6 @@
2330
>从根结点到叶结点依次经过的结点(含根、叶结点)形成树的一条路径,最长路径的长度为树的深度。
2431
2532

26-
<br>**您也可以选择[回到目录-剑指Offer--题集目录索引](http://blog.csdn.net/gatieme/article/details/51916802)**
2733

2834

2935

0 commit comments

Comments
 (0)