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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 2151,
"dislikes": 129,
"likes": 2233,
"dislikes": 133,
"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.6K\", \"totalSubmission\": \"222.5K\", \"totalAcceptedRaw\": 145619, \"totalSubmissionRaw\": 222507, \"acRate\": \"65.4%\"}",
"stats": "{\"totalAccepted\": \"151.9K\", \"totalSubmission\": \"232.4K\", \"totalAcceptedRaw\": 151924, \"totalSubmissionRaw\": 232393, \"acRate\": \"65.4%\"}",
"hints": [
"Brute force is a good choice because length of the string is ≤ 1000.",
"Binary search the answer.",