mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 14:32:54 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user