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": true,
"difficulty": "Medium",
"likes": 42,
"likes": 43,
"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\": \"790\", \"totalSubmission\": \"1.2K\", \"totalAcceptedRaw\": 790, \"totalSubmissionRaw\": 1154, \"acRate\": \"68.5%\"}",
"stats": "{\"totalAccepted\": \"802\", \"totalSubmission\": \"1.2K\", \"totalAcceptedRaw\": 802, \"totalSubmissionRaw\": 1171, \"acRate\": \"68.5%\"}",
"hints": [
"What is the range that the answer must fall into?",
"The answer has to be in the range [0, max(buckets)] (inclusive).",