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-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": true,
"difficulty": "Medium",
"likes": 43,
"likes": 46,
"dislikes": 3,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Search in Rotated Sorted Array\", \"titleSlug\": \"search-in-rotated-sorted-array\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find Peak Element\", \"titleSlug\": \"find-peak-element\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Minimum Moves to Equal Array Elements\", \"titleSlug\": \"minimum-moves-to-equal-array-elements\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"802\", \"totalSubmission\": \"1.2K\", \"totalAcceptedRaw\": 802, \"totalSubmissionRaw\": 1171, \"acRate\": \"68.5%\"}",
"stats": "{\"totalAccepted\": \"891\", \"totalSubmission\": \"1.3K\", \"totalAcceptedRaw\": 891, \"totalSubmissionRaw\": 1299, \"acRate\": \"68.6%\"}",
"hints": [
"What is the range that the answer must fall into?",
"The answer has to be in the range [0, max(buckets)] (inclusive).",