1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."