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": "Medium",
|
||||
"likes": 606,
|
||||
"dislikes": 10,
|
||||
"likes": 628,
|
||||
"dislikes": 11,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[2,1],[3,4],[3,2]]\n[[4,-2],[1,4],[-3,1]]\n[[100000,-100000]]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24.4K\", \"totalSubmission\": \"35.9K\", \"totalAcceptedRaw\": 24439, \"totalSubmissionRaw\": 35903, \"acRate\": \"68.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"25.2K\", \"totalSubmission\": \"37.1K\", \"totalAcceptedRaw\": 25246, \"totalSubmissionRaw\": 37060, \"acRate\": \"68.1%\"}",
|
||||
"hints": [
|
||||
"Find the first element of nums - it will only appear once in adjacentPairs.",
|
||||
"The adjacent pairs are like edges of a graph. Perform a depth-first search from the first element."
|
||||
|
Reference in New Issue
Block a user