mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 224,
|
||||
"dislikes": 17,
|
||||
"likes": 229,
|
||||
"dislikes": 18,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[2,3,3,2]\n[[0,1],[1,2],[1,3]]\n[5,6,10,2,3,6,15]\n[[0,1],[0,2],[1,3],[1,4],[2,5],[2,6]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.3K\", \"totalSubmission\": \"13.9K\", \"totalAcceptedRaw\": 5326, \"totalSubmissionRaw\": 13948, \"acRate\": \"38.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.5K\", \"totalSubmission\": \"14.4K\", \"totalAcceptedRaw\": 5517, \"totalSubmissionRaw\": 14441, \"acRate\": \"38.2%\"}",
|
||||
"hints": [
|
||||
"Note that for a node, it's not optimal to consider two nodes with the same value.",
|
||||
"Note that the values are small enough for you to iterate over them instead of iterating over the parent nodes."
|
||||
|
Reference in New Issue
Block a user