Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2456a6e

Browse filesBrowse files
committed
1 parent f8ad594 commit 2456a6e
Copy full SHA for 2456a6e

File tree

Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed

‎src/data/index.js

Copy file name to clipboardExpand all lines: src/data/index.js
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,6 +1726,15 @@ const questions = [
17261726
},
17271727
{
17281728
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,
17291738
name: 'Diameter of Binary Tree',
17301739
url: 'https://leetcode.com/problems/diameter-of-binary-tree/',
17311740
pattern: ['DFS'],
@@ -1742,23 +1751,14 @@ const questions = [
17421751
],
17431752
},
17441753
{
1745-
id: 132,
1754+
id: 133,
17461755
name: 'Merge Two Binary Trees',
17471756
url: 'https://leetcode.com/problems/merge-two-binary-trees/',
17481757
pattern: ['DFS'],
17491758
difficulty: 'Easy',
17501759
premium: false,
17511760
companies: ['Amazon', 'Adobe'],
17521761
},
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-
},
17621762
{
17631763
id: 134,
17641764
name: 'Lowest Common Ancestor of a Binary Search Tree',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.