1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 2149,
"dislikes": 128,
"likes": 2151,
"dislikes": 129,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[\"mobile\",\"mouse\",\"moneypot\",\"monitor\",\"mousepad\"]\n\"mouse\"\n[\"havana\"]\n\"havana\"\n[\"bags\",\"baggage\",\"banner\",\"box\",\"cloths\"]\n\"bags\"",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"145.1K\", \"totalSubmission\": \"221.7K\", \"totalAcceptedRaw\": 145067, \"totalSubmissionRaw\": 221682, \"acRate\": \"65.4%\"}",
"stats": "{\"totalAccepted\": \"145.6K\", \"totalSubmission\": \"222.5K\", \"totalAcceptedRaw\": 145619, \"totalSubmissionRaw\": 222507, \"acRate\": \"65.4%\"}",
"hints": [
"Brute force is a good choice because length of the string is ≤ 1000.",
"Binary search the answer.",