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": false,
"difficulty": "Hard",
"likes": 1845,
"dislikes": 1812,
"likes": 1912,
"dislikes": 1836,
"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\": \"248K\", \"totalSubmission\": \"887.2K\", \"totalAcceptedRaw\": 248001, \"totalSubmissionRaw\": 887198, \"acRate\": \"28.0%\"}",
"stats": "{\"totalAccepted\": \"251.9K\", \"totalSubmission\": \"897.4K\", \"totalAcceptedRaw\": 251859, \"totalSubmissionRaw\": 897370, \"acRate\": \"28.1%\"}",
"hints": [],
"solution": {
"id": "1295",