1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11: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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 1081,
"dislikes": 331,
"likes": 1100,
"dislikes": 335,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "2\n1\n5\n5",
@@ -28,7 +28,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"107.9K\", \"totalSubmission\": \"272.9K\", \"totalAcceptedRaw\": 107896, \"totalSubmissionRaw\": 272903, \"acRate\": \"39.5%\"}",
"stats": "{\"totalAccepted\": \"110.1K\", \"totalSubmission\": \"278K\", \"totalAcceptedRaw\": 110123, \"totalSubmissionRaw\": 278049, \"acRate\": \"39.6%\"}",
"hints": [
"You can simulate the movements since the limits are low.",
"Is there a search algorithm applicable to this problem?",