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": "Easy",
|
||||
"likes": 2960,
|
||||
"likes": 2966,
|
||||
"dislikes": 61,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count of Smaller Numbers After Self\", \"titleSlug\": \"count-of-smaller-numbers-after-self\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"295.1K\", \"totalSubmission\": \"342K\", \"totalAcceptedRaw\": 295075, \"totalSubmissionRaw\": 341960, \"acRate\": \"86.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"295.5K\", \"totalSubmission\": \"342.5K\", \"totalAcceptedRaw\": 295548, \"totalSubmissionRaw\": 342475, \"acRate\": \"86.3%\"}",
|
||||
"hints": [
|
||||
"Brute force for each array element.",
|
||||
"In order to improve the time complexity, we can sort the array and get the answer for each array element."
|
||||
|
Reference in New Issue
Block a user