mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 811,
|
||||
"likes": 812,
|
||||
"dislikes": 25,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Smallest String With Swaps\", \"titleSlug\": \"smallest-string-with-swaps\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Make Lexicographically Smallest Array by Swapping Elements\", \"titleSlug\": \"make-lexicographically-smallest-array-by-swapping-elements\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.9K\", \"totalSubmission\": \"34.7K\", \"totalAcceptedRaw\": 16901, \"totalSubmissionRaw\": 34681, \"acRate\": \"48.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.9K\", \"totalSubmission\": \"34.7K\", \"totalAcceptedRaw\": 16904, \"totalSubmissionRaw\": 34690, \"acRate\": \"48.7%\"}",
|
||||
"hints": [
|
||||
"The source array can be imagined as a graph where each index is a node and each allowedSwaps[i] is an edge.",
|
||||
"Nodes within the same component can be freely swapped with each other.",
|
||||
|
Reference in New Issue
Block a user