1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 14:32:54 +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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 22,
"likes": 23,
"dislikes": 8,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Sentence Screen Fitting\", \"titleSlug\": \"sentence-screen-fitting\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"883\", \"totalSubmission\": \"1.7K\", \"totalAcceptedRaw\": 883, \"totalSubmissionRaw\": 1654, \"acRate\": \"53.4%\"}",
"stats": "{\"totalAccepted\": \"935\", \"totalSubmission\": \"1.8K\", \"totalAcceptedRaw\": 935, \"totalSubmissionRaw\": 1768, \"acRate\": \"52.9%\"}",
"hints": [
"Create an array storing all of the words in sentence separated.",
"Try dynamic programming.",