mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 322,
|
||||
"likes": 323,
|
||||
"dislikes": 517,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -131,7 +131,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"36.7K\", \"totalSubmission\": \"44.3K\", \"totalAcceptedRaw\": 36698, \"totalSubmissionRaw\": 44336, \"acRate\": \"82.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"36.7K\", \"totalSubmission\": \"44.4K\", \"totalAcceptedRaw\": 36731, \"totalSubmissionRaw\": 44374, \"acRate\": \"82.8%\"}",
|
||||
"hints": [
|
||||
"Create the permutation P=[1,2,...,m], it could be a list for example.",
|
||||
"For each i, find the position of queries[i] with a simple scan over P and then move this to the beginning."
|
||||
|
Reference in New Issue
Block a user