1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 333,
"likes": 342,
"dislikes": 6,
"isLiked": null,
"similarQuestions": "[]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"7.2K\", \"totalSubmission\": \"14.2K\", \"totalAcceptedRaw\": 7218, \"totalSubmissionRaw\": 14202, \"acRate\": \"50.8%\"}",
"stats": "{\"totalAccepted\": \"7.4K\", \"totalSubmission\": \"14.4K\", \"totalAcceptedRaw\": 7351, \"totalSubmissionRaw\": 14446, \"acRate\": \"50.9%\"}",
"hints": [
"Can we first solve a simpler problem? Counting the number of subsequences with 1s followed by 0s.",
"How can we keep track of the partially matched subsequences to help us find the answer?"