File tree 4 files changed +16
-36
lines changed
M/Maximum Level Sum of a Binary Tree
S/Search in a Binary Search Tree
4 files changed +16
-36
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " 814" ,
3
3
"name" : " Binary Tree Pruning" ,
4
- "url" : " https://leetcode.com/problems/binary-tree-pruning" ,
5
- "difficulty" : " medium" ,
4
+ "url" : " https://www.leetcode.com/problems/binary-tree-pruning" ,
6
5
"premium" : false ,
7
- "topic" : " algorithms" ,
8
- "solution" : {
9
- "c++" : true ,
10
- "python" : true ,
11
- "java" : true ,
12
- "javascript" : true
13
- }
6
+ "acceptance" : 70.8 ,
7
+ "difficulty" : " medium" ,
8
+ "topic" : " algorithms"
14
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " 338" ,
3
3
"name" : " Counting Bits" ,
4
- "url" : " https://leetcode.com/problems/counting-bits" ,
5
- "difficulty" : " easy" ,
4
+ "url" : " https://www.leetcode.com/problems/counting-bits" ,
6
5
"premium" : false ,
7
- "topic" : " algorithms" ,
8
- "solution" : {
9
- "c++" : true ,
10
- "python" : true ,
11
- "java" : true ,
12
- "javascript" : true
13
- }
6
+ "acceptance" : 74.9 ,
7
+ "difficulty" : " easy" ,
8
+ "topic" : " algorithms"
14
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " 1161" ,
3
3
"name" : " Maximum Level Sum of a Binary Tree" ,
4
- "url" : " https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree" ,
5
- "difficulty" : " medium" ,
4
+ "url" : " https://www.leetcode.com/problems/maximum-level-sum-of-a-binary-tree" ,
6
5
"premium" : false ,
7
- "topic" : " algorithms" ,
8
- "solution" : {
9
- "c++" : true ,
10
- "python" : true ,
11
- "java" : true ,
12
- "javascript" : true
13
- }
6
+ "acceptance" : 66.3 ,
7
+ "difficulty" : " medium" ,
8
+ "topic" : " algorithms"
14
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " 700" ,
3
3
"name" : " Search in a Binary Search Tree" ,
4
- "url" : " https://leetcode.com/problems/search-in-a-binary-search-tree" ,
5
- "difficulty" : " easy" ,
4
+ "url" : " https://www.leetcode.com/problems/search-in-a-binary-search-tree" ,
6
5
"premium" : false ,
7
- "topic" : " algorithms" ,
8
- "solution" : {
9
- "c++" : true ,
10
- "python" : true ,
11
- "java" : true ,
12
- "javascript" : true
13
- }
6
+ "acceptance" : 76.9 ,
7
+ "difficulty" : " easy" ,
8
+ "topic" : " algorithms"
14
9
}
You can’t perform that action at this time.
0 commit comments