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": 352,
|
||||
"likes": 376,
|
||||
"dislikes": 15,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Best Time to Buy and Sell Stock\", \"titleSlug\": \"best-time-to-buy-and-sell-stock\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Two Furthest Houses With Different Colors\", \"titleSlug\": \"two-furthest-houses-with-different-colors\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"28.6K\", \"totalSubmission\": \"52.2K\", \"totalAcceptedRaw\": 28599, \"totalSubmissionRaw\": 52211, \"acRate\": \"54.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"30.6K\", \"totalSubmission\": \"56.1K\", \"totalAcceptedRaw\": 30605, \"totalSubmissionRaw\": 56069, \"acRate\": \"54.6%\"}",
|
||||
"hints": [
|
||||
"Could you keep track of the minimum element visited while traversing?",
|
||||
"We have a potential candidate for the answer if the prefix min is lesser than nums[i]."
|
||||
|
Reference in New Issue
Block a user