File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
12
12
| 牛客OJ | 九度OJ | CSDN题解 | GitHub代码 |
13
- | ------------- | : -------------: | -----:|
13
+ | ------ | : ------: | --------: | : ----------:|
14
14
| [ 039-平衡二叉树] ( http://www.nowcoder.com/practice/8b3b95850edb4115918ecebdf1b4d222?tpId=13&tqId=11192&rp=2&ru=%2Fta%2Fcoding-interviews&qru=%2Fta%2Fcoding-interviews%2Fquestion-ranking ) | 未收录 | [ 剑指Offer--039-平衡二叉树] ( http://blog.csdn.net/gatieme/article/details/51346422 ) | [ 039-平衡二叉树] ( https://github.com/gatieme/CodingInterviews/tree/master/039-平衡二叉树%5B附加%5D ) |
15
15
16
16
17
17
18
+ <br >** 您也可以选择[ 回到目录-剑指Offer--题集目录索引] ( http://blog.csdn.net/gatieme/article/details/51916802 ) **
19
+
20
+
21
+
22
+
18
23
#题意
19
24
-------
20
25
@@ -227,4 +232,4 @@ public:
227
232
}
228
233
229
234
};
230
- ```
235
+ ```
Original file line number Diff line number Diff line change 1
1
#include < iostream>
2
2
#include < cmath>
3
3
4
+
4
5
using namespace std ;
5
6
6
- // µ÷ÊÔ¿ª¹Ø
7
+
8
+
7
9
#define __tmain main
8
10
9
11
#ifdef __tmain
@@ -28,6 +30,7 @@ struct TreeNode
28
30
29
31
#endif // __tmain
30
32
33
+
31
34
class Solution
32
35
{
33
36
public:
@@ -102,6 +105,8 @@ class Solution
102
105
};
103
106
104
107
108
+
109
+
105
110
int __tmain ( )
106
111
{
107
112
// 0
Original file line number Diff line number Diff line change @@ -36,13 +36,14 @@ COMMIT_35="剑指Offer--035-第一个只出现一次的字符位置--http://blog
36
36
COMMIT_36 ="剑指Offer--036-数组中的逆序对--http://blog.csdn.net/gatieme/article/details/51326994"
37
37
COMMIT_37 ="剑指Offer–037-两个链表的第一个公共结点--http://blog.csdn.net/gatieme/article/details/51330871"
38
38
COMMIT_38 ="剑指Offer--038-数字在排序数组中出现的次数--http://blog.csdn.net/gatieme/article/details/51335323"
39
-
39
+ COMMIT_39_1 ="剑指Offer–039-二叉树的深度--http://blog.csdn.net/gatieme/article/details/51339884"
40
+ COMMIT_39_2 ="剑指Offer–039-平衡二叉树--http://blog.csdn.net/gatieme/article/details/51346422"
40
41
41
42
RETURN_TOP ="<br>**您也可以选择[回到目录-剑指Offer--题集目录索引](http://blog.csdn.net/gatieme/article/details/51916802)**"
42
43
43
44
44
45
45
- GITHUB_COMMIT =$(COMMIT_38 )
46
+ GITHUB_COMMIT =$(COMMIT_39_2 )
46
47
47
48
48
49
all :github
You can’t perform that action at this time.
0 commit comments