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": 1462,
|
||||
"likes": 1466,
|
||||
"dislikes": 50,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimize Hamming Distance After Swap Operations\", \"titleSlug\": \"minimize-hamming-distance-after-swap-operations\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Process Restricted Friend Requests\", \"titleSlug\": \"process-restricted-friend-requests\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"44.4K\", \"totalSubmission\": \"84.5K\", \"totalAcceptedRaw\": 44387, \"totalSubmissionRaw\": 84510, \"acRate\": \"52.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"44.6K\", \"totalSubmission\": \"84.8K\", \"totalAcceptedRaw\": 44557, \"totalSubmissionRaw\": 84795, \"acRate\": \"52.5%\"}",
|
||||
"hints": [
|
||||
"Think of it as a graph problem.",
|
||||
"Consider the pairs as connected nodes in the graph, what can you do with a connected component of indices ?",
|
||||
|
Reference in New Issue
Block a user