1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1591,
"likes": 1595,
"dislikes": 91,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Maximum Depth of Binary Tree\", \"titleSlug\": \"maximum-depth-of-binary-tree\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Binary Tree Maximum Path Sum\", \"titleSlug\": \"binary-tree-maximum-path-sum\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"84K\", \"totalSubmission\": \"144.9K\", \"totalAcceptedRaw\": 84036, \"totalSubmissionRaw\": 144914, \"acRate\": \"58.0%\"}",
"stats": "{\"totalAccepted\": \"84.3K\", \"totalSubmission\": \"145.4K\", \"totalAcceptedRaw\": 84294, \"totalSubmissionRaw\": 145378, \"acRate\": \"58.0%\"}",
"hints": [
"The company can be represented as a tree, headID is always the root.",
"Store for each node the time needed to be informed of the news.",