1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 01:11:42 +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

@@ -12,7 +12,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 70,
"likes": 71,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -28,7 +28,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"5.7K\", \"totalSubmission\": \"14.9K\", \"totalAcceptedRaw\": 5676, \"totalSubmissionRaw\": 14918, \"acRate\": \"38.0%\"}",
"stats": "{\"totalAccepted\": \"5.8K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 5815, \"totalSubmissionRaw\": 15275, \"acRate\": \"38.1%\"}",
"hints": [
"You can simulate the movements since the limits are low.",
"Is there a search algorithm applicable to this problem?",