We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e999c0d commit 0735ee6Copy full SHA for 0735ee6
scripts/algorithms/L/Longest ZigZag Path in a Binary Tree/info.json
@@ -1,14 +1,9 @@
1
{
2
"id": "1372",
3
"name": "Longest ZigZag Path in a Binary Tree",
4
- "url": "https://leetcode.com/problems/longest-zigzag-path-in-a-binary-tree",
5
- "difficulty": "medium",
+ "url": "https://www.leetcode.com/problems/longest-zigzag-path-in-a-binary-tree",
6
"premium": false,
7
- "topic": "algorithms",
8
- "solution": {
9
- "c++": true,
10
- "python": true,
11
- "java": true,
12
- "javascript": true
13
- }
+ "acceptance": 59.4,
+ "difficulty": "medium",
+ "topic": "algorithms"
14
}
0 commit comments