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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 1842,
"dislikes": 1810,
"likes": 1845,
"dislikes": 1812,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Minimum Window Substring\", \"titleSlug\": \"minimum-window-substring\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "\"barfoothefoobarman\"\n[\"foo\",\"bar\"]\n\"wordgoodgoodgoodbestword\"\n[\"word\",\"good\",\"best\",\"word\"]\n\"barfoofoobarthefoobarman\"\n[\"bar\",\"foo\",\"the\"]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"247.7K\", \"totalSubmission\": \"886.3K\", \"totalAcceptedRaw\": 247697, \"totalSubmissionRaw\": 886342, \"acRate\": \"27.9%\"}",
"stats": "{\"totalAccepted\": \"248K\", \"totalSubmission\": \"887.2K\", \"totalAcceptedRaw\": 248001, \"totalSubmissionRaw\": 887198, \"acRate\": \"28.0%\"}",
"hints": [],
"solution": {
"id": "1295",