File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Original file line number Diff line number Diff line change @@ -1726,6 +1726,15 @@ const questions = [
1726
1726
} ,
1727
1727
{
1728
1728
id : 131 ,
1729
+ name : 'Maximum Depth of Binary Tree' ,
1730
+ url : 'https://leetcode.com/problems/maximum-depth-of-binary-tree/' ,
1731
+ pattern : [ 'DFS' ] ,
1732
+ difficulty : 'Easy' ,
1733
+ premium : false ,
1734
+ companies : [ 'LinkedIn' , 'Google' , 'Apple' , 'Amazon' ] ,
1735
+ } ,
1736
+ {
1737
+ id : 132 ,
1729
1738
name : 'Diameter of Binary Tree' ,
1730
1739
url : 'https://leetcode.com/problems/diameter-of-binary-tree/' ,
1731
1740
pattern : [ 'DFS' ] ,
@@ -1742,23 +1751,14 @@ const questions = [
1742
1751
] ,
1743
1752
} ,
1744
1753
{
1745
- id : 132 ,
1754
+ id : 133 ,
1746
1755
name : 'Merge Two Binary Trees' ,
1747
1756
url : 'https://leetcode.com/problems/merge-two-binary-trees/' ,
1748
1757
pattern : [ 'DFS' ] ,
1749
1758
difficulty : 'Easy' ,
1750
1759
premium : false ,
1751
1760
companies : [ 'Amazon' , 'Adobe' ] ,
1752
1761
} ,
1753
- {
1754
- id : 133 ,
1755
- name : 'Maximum Depth of Binary Tree' ,
1756
- url : 'https://leetcode.com/problems/maximum-depth-of-binary-tree/' ,
1757
- pattern : [ 'DFS' ] ,
1758
- difficulty : 'Easy' ,
1759
- premium : false ,
1760
- companies : [ 'LinkedIn' , 'Google' , 'Apple' , 'Amazon' ] ,
1761
- } ,
1762
1762
{
1763
1763
id : 134 ,
1764
1764
name : 'Lowest Common Ancestor of a Binary Search Tree' ,
You can’t perform that action at this time.
0 commit comments