1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

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