mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 929,
|
||||
"likes": 952,
|
||||
"dislikes": 172,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34.1K\", \"totalSubmission\": \"66.6K\", \"totalAcceptedRaw\": 34064, \"totalSubmissionRaw\": 66614, \"acRate\": \"51.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"34.6K\", \"totalSubmission\": \"67.6K\", \"totalAcceptedRaw\": 34632, \"totalSubmissionRaw\": 67643, \"acRate\": \"51.2%\"}",
|
||||
"hints": [
|
||||
"The best move y must be immediately adjacent to x, since it locks out that subtree.",
|
||||
"Can you count each of (up to) 3 different subtrees neighboring x?"
|
||||
|
Reference in New Issue
Block a user