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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 546,
|
||||
"likes": 548,
|
||||
"dislikes": 16,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Smallest String With Swaps\", \"titleSlug\": \"smallest-string-with-swaps\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.8K\", \"totalSubmission\": \"24.7K\", \"totalAcceptedRaw\": 11793, \"totalSubmissionRaw\": 24653, \"acRate\": \"47.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.8K\", \"totalSubmission\": \"24.7K\", \"totalAcceptedRaw\": 11807, \"totalSubmissionRaw\": 24680, \"acRate\": \"47.8%\"}",
|
||||
"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